Html Css Color HEX #C3CB0C La Rioja

📋 copy color: '#C3CB0C'

red 195 ◦ green 203 ◦ blue 12

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

Shades of La Rioja #C3CB0C

Tints of La Rioja #C3CB0C

RGB

 RED value IS 195 (76.56% from 255) = 47.56%

 GREEN value IS 203 (79.69% from 255) = 49.51%

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

R = 47.56%
G = 49.51%
B = 2.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#C3CB0C (or 0xC3CB0C) is known color: La Rioja. HEX triplet: C3, CB and 0C. RGB value is (195,203,12). Sum of RGB (Red+Green+Blue) = 195+203+12=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3CB0C is #3C34F3. Grayscale: #B3B3B3. Windows color (decimal): -3945716 or 838595. OLE color: 838595.

HSL color Cylindrical-coordinate representation of color #C3CB0C: hue angle of 62.51º 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 #C3CB0C is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 203 12 -
CMYK 0.04 0 0.94 0.20
HSL 62.51º 0.89% 0.42% -
HSV(B) 62.51º 0.94% 0.8% -
XYZ 43.93 54.34 8.52 -
YUV 178.83 33.85 139.53 -
System Red Green Blue C M Y K H S L
Decimal 195 203 12 0.04 0 0.94 0.20 62.51 0.89 0.42
Hex C3 CB C 4 0 5E 14 3F 59 2A
Octal 303 313 14 4 0 136 24 77 131 52
Binary 11000011 11001011 1100 100 0 1011110 10100 111111 1011001 101010

Color Harmonies of #C3CB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CB0C

Black with #C3CB0C

Text Example


Text Example

White with #C3CB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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