Html Css Color HEX #C4CA0C La Rioja

📋 copy color: '#C4CA0C'

red 196 ◦ green 202 ◦ blue 12

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

Shades of La Rioja #C4CA0C

Tints of La Rioja #C4CA0C

RGB

 RED value IS 196 (76.95% from 255) = 47.8%

 GREEN value IS 202 (79.3% from 255) = 49.27%

 BLUE value IS 12 (5.08% from 255) = 2.93%

R = 47.8%
G = 49.27%
B = 2.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C4CA0C (or 0xC4CA0C) is known color: La Rioja. HEX triplet: C4, CA and 0C. RGB value is (196,202,12). Sum of RGB (Red+Green+Blue) = 196+202+12=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CA0C is #3B35F3. Grayscale: #B3B3B3. Windows color (decimal): -3880436 or 838340. OLE color: 838340.

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

Color convert

RGB 196 202 12 -
CMYK 0.03 0 0.94 0.21
HSL 61.89º 0.89% 0.42% -
HSV(B) 61.89º 0.94% 0.79% -
XYZ 43.95 54 8.46 -
YUV 178.55 34.01 140.45 -
System Red Green Blue C M Y K H S L
Decimal 196 202 12 0.03 0 0.94 0.21 61.89 0.89 0.42
Hex C4 CA C 3 0 5E 15 3E 59 2A
Octal 304 312 14 3 0 136 25 76 131 52
Binary 11000100 11001010 1100 11 0 1011110 10101 111110 1011001 101010

Color Harmonies of #C4CA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CA0C

Black with #C4CA0C

Text Example


Text Example

White with #C4CA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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