Html Css Color HEX #C7CF15 Rio Grande

📋 copy color: '#C7CF15'

red 199 ◦ green 207 ◦ blue 21

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

Shades of Rio Grande #C7CF15

Tints of Rio Grande #C7CF15

RGB

 RED value IS 199 (78.13% from 255) = 46.6%

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

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

R = 46.6%
G = 48.48%
B = 4.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#C7CF15 (or 0xC7CF15) is known color: Rio Grande. HEX triplet: C7, CF and 15. RGB value is (199,207,21). Sum of RGB (Red+Green+Blue) = 199+207+21=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CF15 is #3830EA. Grayscale: #B8B8B8. Windows color (decimal): -3682539 or 1429447. OLE color: 1429447.

HSL color Cylindrical-coordinate representation of color #C7CF15: hue angle of 62.58º 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 #C7CF15 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 207 21 -
CMYK 0.04 0 0.90 0.19
HSL 62.58º 0.82% 0.45% -
HSV(B) 62.58º 0.9% 0.81% -
XYZ 46 56.82 9.25 -
YUV 183.4 36.35 139.12 -
System Red Green Blue C M Y K H S L
Decimal 199 207 21 0.04 0 0.90 0.19 62.58 0.82 0.45
Hex C7 CF 15 4 0 5A 13 3F 52 2D
Octal 307 317 25 4 0 132 23 77 122 55
Binary 11000111 11001111 10101 100 0 1011010 10011 111111 1010010 101101

Color Harmonies of #C7CF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CF15

Black with #C7CF15

Text Example


Text Example

White with #C7CF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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