Html Css Color HEX #C7CF7F Deco

📋 copy color: '#C7CF7F'

red 199 ◦ green 207 ◦ blue 127

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

Shades of Deco #C7CF7F

Tints of Deco #C7CF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.83%

R = 37.34%
G = 38.84%
B = 23.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#C7CF7F (or 0xC7CF7F) is known color: Deco. HEX triplet: C7, CF and 7F. RGB value is (199,207,127). Sum of RGB (Red+Green+Blue) = 199+207+127=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CF7F is #383080. Grayscale: #C3C3C3. Windows color (decimal): -3682433 or 8376263. OLE color: 8376263.

HSL color Cylindrical-coordinate representation of color #C7CF7F: hue angle of 66º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7CF7F is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 207 127 -
CMYK 0.04 0 0.39 0.19
HSL 66º 0.45% 0.65% -
HSV(B) 66º 0.39% 0.81% -
XYZ 49.7 58.3 28.71 -
YUV 195.49 89.35 130.5 -
System Red Green Blue C M Y K H S L
Decimal 199 207 127 0.04 0 0.39 0.19 66 0.45 0.65
Hex C7 CF 7F 4 0 27 13 42 2D 41
Octal 307 317 177 4 0 47 23 102 55 101
Binary 11000111 11001111 1111111 100 0 100111 10011 1000010 101101 1000001

Color Harmonies of #C7CF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CF7F

Black with #C7CF7F

Text Example


Text Example

White with #C7CF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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