Html Css Color HEX #C8BB07 La Rioja

📋 copy color: '#C8BB07'

red 200 ◦ green 187 ◦ blue 7

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

Shades of La Rioja #C8BB07

Tints of La Rioja #C8BB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.78%

R = 50.76%
G = 47.46%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C8BB07 (or 0xC8BB07) is known color: La Rioja. HEX triplet: C8, BB and 07. RGB value is (200,187,7). Sum of RGB (Red+Green+Blue) = 200+187+7=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BB07 is #3744F8. Grayscale: #ABABAB. Windows color (decimal): -3622137 or 506824. OLE color: 506824.

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

Color convert

RGB 200 187 7 -
CMYK 0 0.06 0.96 0.22
HSL 55.96º 0.93% 0.41% -
HSV(B) 55.96º 0.97% 0.78% -
XYZ 41.63 47.84 7.24 -
YUV 170.37 35.81 149.14 -
System Red Green Blue C M Y K H S L
Decimal 200 187 7 0 0.06 0.96 0.22 55.96 0.93 0.41
Hex C8 BB 7 0 6 60 16 38 5D 29
Octal 310 273 7 0 6 140 26 70 135 51
Binary 11001000 10111011 111 0 110 1100000 10110 111000 1011101 101001

Color Harmonies of #C8BB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BB07

Black with #C8BB07

Text Example


Text Example

White with #C8BB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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