Html Css Color HEX #CDB29B Cashmere

📋 copy color: '#CDB29B'

red 205 ◦ green 178 ◦ blue 155

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

Shades of Cashmere #CDB29B

Tints of Cashmere #CDB29B

RGB

 RED value IS 205 (80.47% from 255) = 38.1%

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

 BLUE value IS 155 (60.94% from 255) = 28.81%

R = 38.1%
G = 33.09%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CDB29B (or 0xCDB29B) is known color: Cashmere. HEX triplet: CD, B2 and 9B. RGB value is (205,178,155). Sum of RGB (Red+Green+Blue) = 205+178+155=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB29B is #324D64. Grayscale: #B7B7B7. Windows color (decimal): -3296613 or 10203853. OLE color: 10203853.

HSL color Cylindrical-coordinate representation of color #CDB29B: hue angle of 27.6º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDB29B is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 178 155 -
CMYK 0 0.13 0.24 0.20
HSL 27.6º 0.33% 0.71% -
HSV(B) 27.6º 0.24% 0.8% -
XYZ 47.01 47.19 37.64 -
YUV 183.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 205 178 155 0 0.13 0.24 0.20 27.6 0.33 0.71
Hex CD B2 9B 0 D 18 14 1C 21 47
Octal 315 262 233 0 15 30 24 34 41 107
Binary 11001101 10110010 10011011 0 1101 11000 10100 11100 100001 1000111

Color Harmonies of #CDB29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB29B

Black with #CDB29B

Text Example


Text Example

White with #CDB29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB29B; }

 p { color: rgb(205,178,155); }

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

background-color css

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

 a { background-color: rgb(205,178,155); }

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

border-color css

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

 span { border-color: rgb(205,178,155); }

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