Html Css Color HEX #CAB27D Ecru

📋 copy color: '#CAB27D'

red 202 ◦ green 178 ◦ blue 125

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

Shades of Ecru #CAB27D

Tints of Ecru #CAB27D

RGB

 RED value IS 202 (79.3% from 255) = 40%

 GREEN value IS 178 (69.92% from 255) = 35.25%

 BLUE value IS 125 (49.22% from 255) = 24.75%

R = 40%
G = 35.25%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CAB27D (or 0xCAB27D) is known color: Ecru. HEX triplet: CA, B2 and 7D. RGB value is (202,178,125). Sum of RGB (Red+Green+Blue) = 202+178+125=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB27D is #354D82. Grayscale: #B3B3B3. Windows color (decimal): -3493251 or 8237770. OLE color: 8237770.

HSL color Cylindrical-coordinate representation of color #CAB27D: hue angle of 41.3º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAB27D is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 125 -
CMYK 0 0.12 0.38 0.21
HSL 41.3º 0.42% 0.64% -
HSV(B) 41.3º 0.38% 0.79% -
XYZ 43.98 45.88 25.94 -
YUV 179.13 97.45 144.31 -
System Red Green Blue C M Y K H S L
Decimal 202 178 125 0 0.12 0.38 0.21 41.3 0.42 0.64
Hex CA B2 7D 0 C 26 15 29 2A 40
Octal 312 262 175 0 14 46 25 51 52 100
Binary 11001010 10110010 1111101 0 1100 100110 10101 101001 101010 1000000

Color Harmonies of #CAB27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB27D

Black with #CAB27D

Text Example


Text Example

White with #CAB27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB27D; }

 p { color: rgb(202,178,125); }

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

background-color css

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

 a { background-color: rgb(202,178,125); }

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

border-color css

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

 span { border-color: rgb(202,178,125); }

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