Html Css Color HEX #C0B008 La Rioja

📋 copy color: '#C0B008'

red 192 ◦ green 176 ◦ blue 8

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

Shades of La Rioja #C0B008

Tints of La Rioja #C0B008

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.81%

 BLUE value IS 8 (3.52% from 255) = 2.13%

R = 51.06%
G = 46.81%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C0B008 (or 0xC0B008) is known color: La Rioja. HEX triplet: C0, B0 and 08. RGB value is (192,176,8). Sum of RGB (Red+Green+Blue) = 192+176+8=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B008 is #3F4FF7. Grayscale: #A2A2A2. Windows color (decimal): -4149240 or 569536. OLE color: 569536.

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

Color convert

RGB 192 176 8 -
CMYK 0 0.08 0.96 0.25
HSL 54.78º 0.92% 0.39% -
HSV(B) 54.78º 0.96% 0.75% -
XYZ 37.31 42.27 6.42 -
YUV 161.63 41.3 149.66 -
System Red Green Blue C M Y K H S L
Decimal 192 176 8 0 0.08 0.96 0.25 54.78 0.92 0.39
Hex C0 B0 8 0 8 60 19 37 5C 27
Octal 300 260 10 0 10 140 31 67 134 47
Binary 11000000 10110000 1000 0 1000 1100000 11001 110111 1011100 100111

Color Harmonies of #C0B008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B008

Black with #C0B008

Text Example


Text Example

White with #C0B008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B008; }

 p { color: rgb(192,176,8); }

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

background-color css

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

 a { background-color: rgb(192,176,8); }

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

border-color css

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

 span { border-color: rgb(192,176,8); }

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