Html Css Color HEX #C8BB06 La Rioja

📋 copy color: '#C8BB06'

red 200 ◦ green 187 ◦ blue 6

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

Shades of La Rioja #C8BB06

Tints of La Rioja #C8BB06

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.58%

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 50.89%
G = 47.58%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C8BB06 (or 0xC8BB06) is known color: La Rioja. HEX triplet: C8, BB and 06. RGB value is (200,187,6). Sum of RGB (Red+Green+Blue) = 200+187+6=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BB06 is #3744F9. Grayscale: #AAAAAA. Windows color (decimal): -3622138 or 441288. OLE color: 441288.

HSL color Cylindrical-coordinate representation of color #C8BB06: hue angle of 55.98º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8BB06 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 187 6 -
CMYK 0 0.06 0.97 0.22
HSL 55.98º 0.94% 0.4% -
HSV(B) 55.98º 0.97% 0.78% -
XYZ 41.62 47.83 7.21 -
YUV 170.25 35.31 149.22 -
System Red Green Blue C M Y K H S L
Decimal 200 187 6 0 0.06 0.97 0.22 55.98 0.94 0.4
Hex C8 BB 6 0 6 61 16 38 5E 28
Octal 310 273 6 0 6 141 26 70 136 50
Binary 11001000 10111011 110 0 110 1100001 10110 111000 1011110 101000

Color Harmonies of #C8BB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BB06

Black with #C8BB06

Text Example


Text Example

White with #C8BB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BB06; }

 p { color: rgb(200,187,6); }

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

background-color css

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

 a { background-color: rgb(200,187,6); }

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

border-color css

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

 span { border-color: rgb(200,187,6); }

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