Html Css Color HEX #C0CA06 La Rioja

📋 copy color: '#C0CA06'

red 192 ◦ green 202 ◦ blue 6

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

Shades of La Rioja #C0CA06

Tints of La Rioja #C0CA06

RGB

 RED value IS 192 (75.39% from 255) = 48%

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

 BLUE value IS 6 (2.73% from 255) = 1.5%

R = 48%
G = 50.5%
B = 1.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C0CA06 (or 0xC0CA06) is known color: La Rioja. HEX triplet: C0, CA and 06. RGB value is (192,202,6). Sum of RGB (Red+Green+Blue) = 192+202+6=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CA06 is #3F35F9. Grayscale: #B1B1B1. Windows color (decimal): -4142586 or 445120. OLE color: 445120.

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

Color convert

RGB 192 202 6 -
CMYK 0.05 0 0.97 0.21
HSL 63.06º 0.94% 0.41% -
HSV(B) 63.06º 0.97% 0.79% -
XYZ 42.89 53.46 8.23 -
YUV 176.67 31.69 138.94 -
System Red Green Blue C M Y K H S L
Decimal 192 202 6 0.05 0 0.97 0.21 63.06 0.94 0.41
Hex C0 CA 6 5 0 61 15 3F 5E 29
Octal 300 312 6 5 0 141 25 77 136 51
Binary 11000000 11001010 110 101 0 1100001 10101 111111 1011110 101001

Color Harmonies of #C0CA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA06

Black with #C0CA06

Text Example


Text Example

White with #C0CA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA06; }

 p { color: rgb(192,202,6); }

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

background-color css

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

 a { background-color: rgb(192,202,6); }

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

border-color css

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

 span { border-color: rgb(192,202,6); }

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