Html Css Color HEX #CBAF7E Ecru

📋 copy color: '#CBAF7E'

red 203 ◦ green 175 ◦ blue 126

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

Shades of Ecru #CBAF7E

Tints of Ecru #CBAF7E

RGB

 RED value IS 203 (79.69% from 255) = 40.28%

 GREEN value IS 175 (68.75% from 255) = 34.72%

 BLUE value IS 126 (49.61% from 255) = 25%

R = 40.28%
G = 34.72%
B = 25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CBAF7E (or 0xCBAF7E) is known color: Ecru. HEX triplet: CB, AF and 7E. RGB value is (203,175,126). Sum of RGB (Red+Green+Blue) = 203+175+126=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF7E is #345081. Grayscale: #B2B2B2. Windows color (decimal): -3428482 or 8302539. OLE color: 8302539.

HSL color Cylindrical-coordinate representation of color #CBAF7E: hue angle of 38.18º 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 #CBAF7E is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 175 126 -
CMYK 0 0.14 0.38 0.20
HSL 38.18º 0.43% 0.65% -
HSV(B) 38.18º 0.38% 0.8% -
XYZ 43.72 44.86 26.09 -
YUV 177.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 203 175 126 0 0.14 0.38 0.20 38.18 0.43 0.65
Hex CB AF 7E 0 E 26 14 26 2B 41
Octal 313 257 176 0 16 46 24 46 53 101
Binary 11001011 10101111 1111110 0 1110 100110 10100 100110 101011 1000001

Color Harmonies of #CBAF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF7E

Black with #CBAF7E

Text Example


Text Example

White with #CBAF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF7E; }

 p { color: rgb(203,175,126); }

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

background-color css

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

 a { background-color: rgb(203,175,126); }

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

border-color css

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

 span { border-color: rgb(203,175,126); }

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