Html Css Color HEX #CAB281 Ecru

📋 copy color: '#CAB281'

red 202 ◦ green 178 ◦ blue 129

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

Shades of Ecru #CAB281

Tints of Ecru #CAB281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.34%

R = 39.69%
G = 34.97%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CAB281 (or 0xCAB281) is known color: Ecru. HEX triplet: CA, B2 and 81. RGB value is (202,178,129). Sum of RGB (Red+Green+Blue) = 202+178+129=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB281 is #354D7E. Grayscale: #B3B3B3. Windows color (decimal): -3493247 or 8499914. OLE color: 8499914.

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

Color convert

RGB 202 178 129 -
CMYK 0 0.12 0.36 0.21
HSL 40.27º 0.41% 0.65% -
HSV(B) 40.27º 0.36% 0.79% -
XYZ 44.24 45.98 27.31 -
YUV 179.59 99.45 143.98 -
System Red Green Blue C M Y K H S L
Decimal 202 178 129 0 0.12 0.36 0.21 40.27 0.41 0.65
Hex CA B2 81 0 C 24 15 28 29 41
Octal 312 262 201 0 14 44 25 50 51 101
Binary 11001010 10110010 10000001 0 1100 100100 10101 101000 101001 1000001

Color Harmonies of #CAB281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB281

Black with #CAB281

Text Example


Text Example

White with #CAB281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB281; }

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

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

background-color css

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

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

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

border-color css

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

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

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