Html Css Color HEX #C8C123 Barberry

📋 copy color: '#C8C123'

red 200 ◦ green 193 ◦ blue 35

#C8C123
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #C8C123

Tints of Barberry #C8C123

RGB

 RED value IS 200 (78.52% from 255) = 46.73%

 GREEN value IS 193 (75.78% from 255) = 45.09%

 BLUE value IS 35 (14.06% from 255) = 8.18%

R = 46.73%
G = 45.09%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C8C123 (or 0xC8C123) is known color: Barberry. HEX triplet: C8, C1 and 23. RGB value is (200,193,35). Sum of RGB (Red+Green+Blue) = 200+193+35=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 35 (14.06% from 255 or 8.18% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C123 is #373EDC. Grayscale: #B1B1B1. Windows color (decimal): -3620573 or 2343368. OLE color: 2343368.

HSL color Cylindrical-coordinate representation of color #C8C123: hue angle of 57.45º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8C123 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 193 35 -
CMYK 0 0.04 0.82 0.22
HSL 57.45º 0.7% 0.46% -
HSV(B) 57.45º 0.83% 0.78% -
XYZ 43.19 50.54 9.07 -
YUV 177.08 47.82 144.35 -
System Red Green Blue C M Y K H S L
Decimal 200 193 35 0 0.04 0.82 0.22 57.45 0.7 0.46
Hex C8 C1 23 0 4 52 16 39 46 2E
Octal 310 301 43 0 4 122 26 71 106 56
Binary 11001000 11000001 100011 0 100 1010010 10110 111001 1000110 101110

Color Harmonies of #C8C123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C123

Black with #C8C123

Text Example


Text Example

White with #C8C123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C123; }

 p { color: rgb(200,193,35); }

 H1.HeaderClassName
 {
   color: #C8C123;
 }
 .AnyTagClassName
 {
   color: #C8C123;
 }
</style>

background-color css

<style>
 a { background-color: #C8C123; }

 a { background-color: rgb(200,193,35); }

 div.DivClassName
 {
   background-color: #C8C123;
 }
 .BgClassName
 {
   background-color: #C8C123;
 }
</style>

border-color css

<style>
 span { border-color: #C8C123; }

 span { border-color: rgb(200,193,35); }

 td.TdClassName
 {
   border-color: #C8C123;
 }
 .TagClassName
 {
   border-color: #C8C123;
 }
</style>