Html Css Color HEX #C0BB06 La Rioja

📋 copy color: '#C0BB06'

red 192 ◦ green 187 ◦ blue 6

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

Shades of La Rioja #C0BB06

Tints of La Rioja #C0BB06

RGB

 RED value IS 192 (75.39% from 255) = 49.87%

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

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

R = 49.87%
G = 48.57%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C0BB06 (or 0xC0BB06) is known color: La Rioja. HEX triplet: C0, BB and 06. RGB value is (192,187,6). Sum of RGB (Red+Green+Blue) = 192+187+6=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 6 (2.73% from 255 or 1.56% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BB06 is #3F44F9. Grayscale: #A8A8A8. Windows color (decimal): -4146426 or 441280. OLE color: 441280.

HSL color Cylindrical-coordinate representation of color #C0BB06: hue angle of 58.39º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0BB06 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 187 6 -
CMYK 0 0.03 0.97 0.25
HSL 58.39º 0.94% 0.39% -
HSV(B) 58.39º 0.97% 0.75% -
XYZ 39.54 46.76 7.11 -
YUV 167.86 36.66 145.22 -
System Red Green Blue C M Y K H S L
Decimal 192 187 6 0 0.03 0.97 0.25 58.39 0.94 0.39
Hex C0 BB 6 0 3 61 19 3A 5E 27
Octal 300 273 6 0 3 141 31 72 136 47
Binary 11000000 10111011 110 0 11 1100001 11001 111010 1011110 100111

Color Harmonies of #C0BB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB06

Black with #C0BB06

Text Example


Text Example

White with #C0BB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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