Html Css Color HEX #CAB37D Ecru

📋 copy color: '#CAB37D'

red 202 ◦ green 179 ◦ blue 125

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

Shades of Ecru #CAB37D

Tints of Ecru #CAB37D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.38%

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

R = 39.92%
G = 35.38%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CAB37D (or 0xCAB37D) is known color: Ecru. HEX triplet: CA, B3 and 7D. RGB value is (202,179,125). Sum of RGB (Red+Green+Blue) = 202+179+125=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB37D is #354C82. Grayscale: #B3B3B3. Windows color (decimal): -3492995 or 8238026. OLE color: 8238026.

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

Color convert

RGB 202 179 125 -
CMYK 0 0.11 0.38 0.21
HSL 42.08º 0.42% 0.64% -
HSV(B) 42.08º 0.38% 0.79% -
XYZ 44.18 46.28 26.01 -
YUV 179.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 202 179 125 0 0.11 0.38 0.21 42.08 0.42 0.64
Hex CA B3 7D 0 B 26 15 2A 2A 40
Octal 312 263 175 0 13 46 25 52 52 100
Binary 11001010 10110011 1111101 0 1011 100110 10101 101010 101010 1000000

Color Harmonies of #CAB37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB37D

Black with #CAB37D

Text Example


Text Example

White with #CAB37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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