Html Css Color HEX #CAB27B Ecru

📋 copy color: '#CAB27B'

red 202 ◦ green 178 ◦ blue 123

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

Shades of Ecru #CAB27B

Tints of Ecru #CAB27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.45%

R = 40.16%
G = 35.39%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CAB27B (or 0xCAB27B) is known color: Ecru. HEX triplet: CA, B2 and 7B. RGB value is (202,178,123). Sum of RGB (Red+Green+Blue) = 202+178+123=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB27B is #354D84. Grayscale: #B3B3B3. Windows color (decimal): -3493253 or 8106698. OLE color: 8106698.

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

Color convert

RGB 202 178 123 -
CMYK 0 0.12 0.39 0.21
HSL 41.77º 0.43% 0.64% -
HSV(B) 41.77º 0.39% 0.79% -
XYZ 43.85 45.83 25.27 -
YUV 178.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 202 178 123 0 0.12 0.39 0.21 41.77 0.43 0.64
Hex CA B2 7B 0 C 27 15 2A 2B 40
Octal 312 262 173 0 14 47 25 52 53 100
Binary 11001010 10110010 1111011 0 1100 100111 10101 101010 101011 1000000

Color Harmonies of #CAB27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB27B

Black with #CAB27B

Text Example


Text Example

White with #CAB27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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