Html Css Color HEX #C5CA06 La Rioja

📋 copy color: '#C5CA06'

red 197 ◦ green 202 ◦ blue 6

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

Shades of La Rioja #C5CA06

Tints of La Rioja #C5CA06

RGB

 RED value IS 197 (77.34% from 255) = 48.64%

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

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

R = 48.64%
G = 49.88%
B = 1.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C5CA06 (or 0xC5CA06) is known color: La Rioja. HEX triplet: C5, CA and 06. RGB value is (197,202,6). Sum of RGB (Red+Green+Blue) = 197+202+6=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 6 (2.73% from 255 or 1.48% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CA06 is #3A35F9. Grayscale: #B2B2B2. Windows color (decimal): -3814906 or 445125. OLE color: 445125.

HSL color Cylindrical-coordinate representation of color #C5CA06: hue angle of 61.53º 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 #C5CA06 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 202 6 -
CMYK 0.02 0 0.97 0.21
HSL 61.53º 0.94% 0.41% -
HSV(B) 61.53º 0.97% 0.79% -
XYZ 44.18 54.12 8.29 -
YUV 178.16 30.84 141.44 -
System Red Green Blue C M Y K H S L
Decimal 197 202 6 0.02 0 0.97 0.21 61.53 0.94 0.41
Hex C5 CA 6 2 0 61 15 3E 5E 29
Octal 305 312 6 2 0 141 25 76 136 51
Binary 11000101 11001010 110 10 0 1100001 10101 111110 1011110 101001

Color Harmonies of #C5CA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CA06

Black with #C5CA06

Text Example


Text Example

White with #C5CA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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