Html Css Color HEX #C0BB05 La Rioja

📋 copy color: '#C0BB05'

red 192 ◦ green 187 ◦ blue 5

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

Shades of La Rioja #C0BB05

Tints of La Rioja #C0BB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 50%
G = 48.7%
B = 1.3%

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

#C0BB05 (or 0xC0BB05) is known color: La Rioja. HEX triplet: C0, BB and 05. RGB value is (192,187,5). Sum of RGB (Red+Green+Blue) = 192+187+5=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BB05 is #3F44FA. Grayscale: #A8A8A8. Windows color (decimal): -4146427 or 375744. OLE color: 375744.

HSL color Cylindrical-coordinate representation of color #C0BB05: hue angle of 58.4º degrees, saturation: 0.95, 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 #C0BB05 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 187 5 -
CMYK 0 0.03 0.97 0.25
HSL 58.4º 0.95% 0.39% -
HSV(B) 58.4º 0.97% 0.75% -
XYZ 39.54 46.76 7.09 -
YUV 167.75 36.16 145.3 -
System Red Green Blue C M Y K H S L
Decimal 192 187 5 0 0.03 0.97 0.25 58.4 0.95 0.39
Hex C0 BB 5 0 3 61 19 3A 5F 27
Octal 300 273 5 0 3 141 31 72 137 47
Binary 11000000 10111011 101 0 11 1100001 11001 111010 1011111 100111

Color Harmonies of #C0BB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB05

Black with #C0BB05

Text Example


Text Example

White with #C0BB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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