#C9CB08

Color #C9CB08 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C9CB08

Tints of La Rioja #C9CB08

Color information

#C9CB08 (or 0xC9CB08) is unknown color: approx La Rioja. HEX triplet: C9, CB and 08. RGB value is (201,203,8). Sum of RGB (Red+Green+Blue) = 201+203+8=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9CB08 is #3634F7. Grayscale: #B4B4B4. Windows color (decimal): -3552504 or 576457. OLE color: 576457.

HSL color Cylindrical-coordinate representation of color #C9CB08: hue angle of 60.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9CB08 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB2012038-
CMYK0.0100.960.20
HSL60.62º92.42%41.37%-
HSV(B)60.62º96.06%79.61%-
XYZ45.4955.158.48-
YUV180.1730.84142.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.79%
GREEN value IS 203 (79.69% from 255) = 49.27%
BLUE value IS 8 (3.52% from 255) = 1.94%
R=48.79%
G=49.27%
B=1.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20120380.0100.960.2060.6292.4241.37
HexC9CB81060143d5c29
Octal3113131010140247513451
Binary11001001110010111000101100000101001111011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CB08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CB08; }

 p { color: rgb(201,203,8); }

 H1.HeaderClassName
 {
   color: #C9CB08;
 }
 .AnyTagClassName
 {
   color: #C9CB08;
 }
</style>
background-color css

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

 a { background-color: rgb(201,203,8); }

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

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

 span { border-color: rgb(201,203,8); }

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