Html Css Color HEX #C3CF20 Rio Grande

📋 copy color: '#C3CF20'

red 195 ◦ green 207 ◦ blue 32

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

Shades of Rio Grande #C3CF20

Tints of Rio Grande #C3CF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.7%

 BLUE value IS 32 (12.89% from 255) = 7.37%

R = 44.93%
G = 47.7%
B = 7.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#C3CF20 (or 0xC3CF20) is known color: Rio Grande. HEX triplet: C3, CF and 20. RGB value is (195,207,32). Sum of RGB (Red+Green+Blue) = 195+207+32=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CF20 is #3C30DF. Grayscale: #B8B8B8. Windows color (decimal): -3944672 or 2150339. OLE color: 2150339.

HSL color Cylindrical-coordinate representation of color #C3CF20: hue angle of 64.11º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3CF20 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 207 32 -
CMYK 0.06 0 0.85 0.19
HSL 64.11º 0.73% 0.47% -
HSV(B) 64.11º 0.85% 0.81% -
XYZ 45.08 56.33 9.86 -
YUV 183.46 42.52 136.23 -
System Red Green Blue C M Y K H S L
Decimal 195 207 32 0.06 0 0.85 0.19 64.11 0.73 0.47
Hex C3 CF 20 6 0 55 13 40 49 2F
Octal 303 317 40 6 0 125 23 100 111 57
Binary 11000011 11001111 100000 110 0 1010101 10011 1000000 1001001 101111

Color Harmonies of #C3CF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CF20

Black with #C3CF20

Text Example


Text Example

White with #C3CF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CF20; }

 p { color: rgb(195,207,32); }

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

background-color css

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

 a { background-color: rgb(195,207,32); }

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

border-color css

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

 span { border-color: rgb(195,207,32); }

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