Html Css Color HEX #C2CF9D Sprout

📋 copy color: '#C2CF9D'

red 194 ◦ green 207 ◦ blue 157

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

Shades of Sprout #C2CF9D

Tints of Sprout #C2CF9D

RGB

 RED value IS 194 (76.17% from 255) = 34.77%

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

 BLUE value IS 157 (61.72% from 255) = 28.14%

R = 34.77%
G = 37.1%
B = 28.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#C2CF9D (or 0xC2CF9D) is known color: Sprout. HEX triplet: C2, CF and 9D. RGB value is (194,207,157). Sum of RGB (Red+Green+Blue) = 194+207+157=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CF9D is #3D3062. Grayscale: #C5C5C5. Windows color (decimal): -4010083 or 10342338. OLE color: 10342338.

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

Color convert

RGB 194 207 157 -
CMYK 0.06 0 0.24 0.19
HSL 75.6º 0.34% 0.71% -
HSV(B) 75.6º 0.24% 0.81% -
XYZ 50.65 58.53 40.53 -
YUV 197.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 194 207 157 0.06 0 0.24 0.19 75.6 0.34 0.71
Hex C2 CF 9D 6 0 18 13 4C 22 47
Octal 302 317 235 6 0 30 23 114 42 107
Binary 11000010 11001111 10011101 110 0 11000 10011 1001100 100010 1000111

Color Harmonies of #C2CF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CF9D

Black with #C2CF9D

Text Example


Text Example

White with #C2CF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CF9D; }

 p { color: rgb(194,207,157); }

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

background-color css

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

 a { background-color: rgb(194,207,157); }

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

border-color css

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

 span { border-color: rgb(194,207,157); }

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