Html Css Color HEX #C7CC8B Deco

📋 copy color: '#C7CC8B'

red 199 ◦ green 204 ◦ blue 139

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

Shades of Deco #C7CC8B

Tints of Deco #C7CC8B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.64%

 BLUE value IS 139 (54.69% from 255) = 25.65%

R = 36.72%
G = 37.64%
B = 25.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#C7CC8B (or 0xC7CC8B) is known color: Deco. HEX triplet: C7, CC and 8B. RGB value is (199,204,139). Sum of RGB (Red+Green+Blue) = 199+204+139=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CC8B is #383374. Grayscale: #C3C3C3. Windows color (decimal): -3683189 or 9161927. OLE color: 9161927.

HSL color Cylindrical-coordinate representation of color #C7CC8B: hue angle of 64.62º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7CC8B is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 204 139 -
CMYK 0.02 0 0.32 0.2
HSL 64.62º 0.39% 0.67% -
HSV(B) 64.62º 0.32% 0.8% -
XYZ 49.81 57.19 32.84 -
YUV 195.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 199 204 139 0.02 0 0.32 0.2 64.62 0.39 0.67
Hex C7 CC 8B 2 0 20 14 41 27 43
Octal 307 314 213 2 0 40 24 101 47 103
Binary 11000111 11001100 10001011 10 0 100000 10100 1000001 100111 1000011

Color Harmonies of #C7CC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CC8B

Black with #C7CC8B

Text Example


Text Example

White with #C7CC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CC8B; }

 p { color: rgb(199,204,139); }

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

background-color css

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

 a { background-color: rgb(199,204,139); }

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

border-color css

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

 span { border-color: rgb(199,204,139); }

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