Html Css Color HEX #E6CCAC Givry

📋 copy color: '#E6CCAC'

red 230 ◦ green 204 ◦ blue 172

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

Shades of Givry #E6CCAC

Tints of Givry #E6CCAC

RGB

 RED value IS 230 (90.23% from 255) = 37.95%

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

 BLUE value IS 172 (67.58% from 255) = 28.38%

R = 37.95%
G = 33.66%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E6CCAC (or 0xE6CCAC) is known color: Givry. HEX triplet: E6, CC and AC. RGB value is (230,204,172). Sum of RGB (Red+Green+Blue) = 230+204+172=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CCAC is #193353. Grayscale: #D0D0D0. Windows color (decimal): -1651540 or 11324646. OLE color: 11324646.

HSL color Cylindrical-coordinate representation of color #E6CCAC: hue angle of 33.1º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6CCAC is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 204 172 -
CMYK 0 0.11 0.25 0.10
HSL 33.1º 0.54% 0.79% -
HSV(B) 33.1º 0.25% 0.9% -
XYZ 61.67 62.99 47.94 -
YUV 208.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 230 204 172 0 0.11 0.25 0.10 33.1 0.54 0.79
Hex E6 CC AC 0 B 19 A 21 36 4F
Octal 346 314 254 0 13 31 12 41 66 117
Binary 11100110 11001100 10101100 0 1011 11001 1010 100001 110110 1001111

Color Harmonies of #E6CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CCAC

Black with #E6CCAC

Text Example


Text Example

White with #E6CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CCAC; }

 p { color: rgb(230,204,172); }

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

background-color css

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

 a { background-color: rgb(230,204,172); }

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

border-color css

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

 span { border-color: rgb(230,204,172); }

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