Html Css Color HEX #C0CB05 La Rioja

📋 copy color: '#C0CB05'

red 192 ◦ green 203 ◦ blue 5

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

Shades of La Rioja #C0CB05

Tints of La Rioja #C0CB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 48%
G = 50.75%
B = 1.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#C0CB05 (or 0xC0CB05) is known color: La Rioja. HEX triplet: C0, CB and 05. RGB value is (192,203,5). Sum of RGB (Red+Green+Blue) = 192+203+5=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CB05 is #3F34FA. Grayscale: #B1B1B1. Windows color (decimal): -4142331 or 379840. OLE color: 379840.

HSL color Cylindrical-coordinate representation of color #C0CB05: hue angle of 63.33º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0CB05 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 203 5 -
CMYK 0.05 0 0.98 0.20
HSL 63.33º 0.95% 0.41% -
HSV(B) 63.33º 0.98% 0.8% -
XYZ 43.12 53.93 8.28 -
YUV 177.14 30.86 138.6 -
System Red Green Blue C M Y K H S L
Decimal 192 203 5 0.05 0 0.98 0.20 63.33 0.95 0.41
Hex C0 CB 5 5 0 62 14 3F 5F 29
Octal 300 313 5 5 0 142 24 77 137 51
Binary 11000000 11001011 101 101 0 1100010 10100 111111 1011111 101001

Color Harmonies of #C0CB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CB05

Black with #C0CB05

Text Example


Text Example

White with #C0CB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CB05; }

 p { color: rgb(192,203,5); }

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

background-color css

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

 a { background-color: rgb(192,203,5); }

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

border-color css

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

 span { border-color: rgb(192,203,5); }

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