Html Css Color HEX #CCB17F Ecru

📋 copy color: '#CCB17F'

red 204 ◦ green 177 ◦ blue 127

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

Shades of Ecru #CCB17F

Tints of Ecru #CCB17F

RGB

 RED value IS 204 (80.08% from 255) = 40.16%

 GREEN value IS 177 (69.53% from 255) = 34.84%

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

R = 40.16%
G = 34.84%
B = 25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CCB17F (or 0xCCB17F) is known color: Ecru. HEX triplet: CC, B1 and 7F. RGB value is (204,177,127). Sum of RGB (Red+Green+Blue) = 204+177+127=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB17F is #334E80. Grayscale: #B3B3B3. Windows color (decimal): -3362433 or 8368588. OLE color: 8368588.

HSL color Cylindrical-coordinate representation of color #CCB17F: hue angle of 38.96º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCB17F is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 177 127 -
CMYK 0 0.13 0.38 0.2
HSL 38.96º 0.43% 0.65% -
HSV(B) 38.96º 0.38% 0.8% -
XYZ 44.45 45.81 26.58 -
YUV 179.37 98.45 145.57 -
System Red Green Blue C M Y K H S L
Decimal 204 177 127 0 0.13 0.38 0.2 38.96 0.43 0.65
Hex CC B1 7F 0 D 26 14 27 2B 41
Octal 314 261 177 0 15 46 24 47 53 101
Binary 11001100 10110001 1111111 0 1101 100110 10100 100111 101011 1000001

Color Harmonies of #CCB17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB17F

Black with #CCB17F

Text Example


Text Example

White with #CCB17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB17F; }

 p { color: rgb(204,177,127); }

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

background-color css

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

 a { background-color: rgb(204,177,127); }

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

border-color css

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

 span { border-color: rgb(204,177,127); }

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