#C4CB0C

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

Shades of La Rioja #C4CB0C

Tints of La Rioja #C4CB0C

Color information

#C4CB0C (or 0xC4CB0C) is unknown color: approx La Rioja. HEX triplet: C4, CB and 0C. RGB value is (196,203,12). Sum of RGB (Red+Green+Blue) = 196+203+12=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CB0C is #3B34F3. Grayscale: #B3B3B3. Windows color (decimal): -3880180 or 838596. OLE color: 838596.

HSL color Cylindrical-coordinate representation of color #C4CB0C: hue angle of 62.2º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4CB0C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB19620312-
CMYK0.0300.940.20
HSL62.2º88.84%42.16%-
HSV(B)62.2º94.09%79.61%-
XYZ44.1954.478.53-
YUV179.1333.68140.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.69%
GREEN value IS 203 (79.69% from 255) = 49.39%
BLUE value IS 12 (5.08% from 255) = 2.92%
R=47.69%
G=49.39%
B=2.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196203120.0300.940.2062.288.8442.16
HexC4CBC305E143e592a
Octal3043131430136247613152
Binary110001001100101111001101011110101001111101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CB0C; }

 p { color: rgb(196,203,12); }

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

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

 a { background-color: rgb(196,203,12); }

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

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

 span { border-color: rgb(196,203,12); }

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