Html Css Color HEX #C3CF15 Rio Grande

📋 copy color: '#C3CF15'

red 195 ◦ green 207 ◦ blue 21

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

Shades of Rio Grande #C3CF15

Tints of Rio Grande #C3CF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.96%

R = 46.1%
G = 48.94%
B = 4.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#C3CF15 (or 0xC3CF15) is known color: Rio Grande. HEX triplet: C3, CF and 15. RGB value is (195,207,21). Sum of RGB (Red+Green+Blue) = 195+207+21=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3CF15 is #3C30EA. Grayscale: #B6B6B6. Windows color (decimal): -3944683 or 1429443. OLE color: 1429443.

HSL color Cylindrical-coordinate representation of color #C3CF15: hue angle of 63.87º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3CF15 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 207 21 -
CMYK 0.06 0 0.90 0.19
HSL 63.87º 0.82% 0.45% -
HSV(B) 63.87º 0.9% 0.81% -
XYZ 44.95 56.28 9.2 -
YUV 182.21 37.02 137.12 -
System Red Green Blue C M Y K H S L
Decimal 195 207 21 0.06 0 0.90 0.19 63.87 0.82 0.45
Hex C3 CF 15 6 0 5A 13 40 52 2D
Octal 303 317 25 6 0 132 23 100 122 55
Binary 11000011 11001111 10101 110 0 1011010 10011 1000000 1010010 101101

Color Harmonies of #C3CF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CF15

Black with #C3CF15

Text Example


Text Example

White with #C3CF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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