Html Css Color HEX #E6CFAC Givry

📋 copy color: '#E6CFAC'

red 230 ◦ green 207 ◦ blue 172

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

Shades of Givry #E6CFAC

Tints of Givry #E6CFAC

RGB

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

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

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

R = 37.77%
G = 33.99%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E6CFAC (or 0xE6CFAC) is known color: Givry. HEX triplet: E6, CF and AC. RGB value is (230,207,172). Sum of RGB (Red+Green+Blue) = 230+207+172=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CFAC is #193053. Grayscale: #D2D2D2. Windows color (decimal): -1650772 or 11325414. OLE color: 11325414.

HSL color Cylindrical-coordinate representation of color #E6CFAC: hue angle of 36.21º 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 #E6CFAC is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 207 172 -
CMYK 0 0.10 0.25 0.10
HSL 36.21º 0.54% 0.79% -
HSV(B) 36.21º 0.25% 0.9% -
XYZ 62.39 64.43 48.18 -
YUV 209.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 230 207 172 0 0.10 0.25 0.10 36.21 0.54 0.79
Hex E6 CF AC 0 A 19 A 24 36 4F
Octal 346 317 254 0 12 31 12 44 66 117
Binary 11100110 11001111 10101100 0 1010 11001 1010 100100 110110 1001111

Color Harmonies of #E6CFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CFAC

Black with #E6CFAC

Text Example


Text Example

White with #E6CFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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