Html Css Color HEX #C1CB0C La Rioja

📋 copy color: '#C1CB0C'

red 193 ◦ green 203 ◦ blue 12

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

Shades of La Rioja #C1CB0C

Tints of La Rioja #C1CB0C

RGB

 RED value IS 193 (75.78% from 255) = 47.3%

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

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

R = 47.3%
G = 49.75%
B = 2.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#C1CB0C (or 0xC1CB0C) is known color: La Rioja. HEX triplet: C1, CB and 0C. RGB value is (193,203,12). Sum of RGB (Red+Green+Blue) = 193+203+12=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CB0C is #3E34F3. Grayscale: #B2B2B2. Windows color (decimal): -4076788 or 838593. OLE color: 838593.

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

Color convert

RGB 193 203 12 -
CMYK 0.05 0 0.94 0.20
HSL 63.14º 0.89% 0.42% -
HSV(B) 63.14º 0.94% 0.8% -
XYZ 43.41 54.08 8.5 -
YUV 178.24 34.19 138.53 -
System Red Green Blue C M Y K H S L
Decimal 193 203 12 0.05 0 0.94 0.20 63.14 0.89 0.42
Hex C1 CB C 5 0 5E 14 3F 59 2A
Octal 301 313 14 5 0 136 24 77 131 52
Binary 11000001 11001011 1100 101 0 1011110 10100 111111 1011001 101010

Color Harmonies of #C1CB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CB0C

Black with #C1CB0C

Text Example


Text Example

White with #C1CB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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