Html Css Color HEX #CDB299 Cashmere

📋 copy color: '#CDB299'

red 205 ◦ green 178 ◦ blue 153

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

Shades of Cashmere #CDB299

Tints of Cashmere #CDB299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.54%

R = 38.25%
G = 33.21%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CDB299 (or 0xCDB299) is known color: Cashmere. HEX triplet: CD, B2 and 99. RGB value is (205,178,153). Sum of RGB (Red+Green+Blue) = 205+178+153=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB299 is #324D66. Grayscale: #B7B7B7. Windows color (decimal): -3296615 or 10072781. OLE color: 10072781.

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

Color convert

RGB 205 178 153 -
CMYK 0 0.13 0.25 0.20
HSL 28.85º 0.34% 0.7% -
HSV(B) 28.85º 0.25% 0.8% -
XYZ 46.85 47.12 36.76 -
YUV 183.22 110.95 143.53 -
System Red Green Blue C M Y K H S L
Decimal 205 178 153 0 0.13 0.25 0.20 28.85 0.34 0.7
Hex CD B2 99 0 D 19 14 1D 22 46
Octal 315 262 231 0 15 31 24 35 42 106
Binary 11001101 10110010 10011001 0 1101 11001 10100 11101 100010 1000110

Color Harmonies of #CDB299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB299

Black with #CDB299

Text Example


Text Example

White with #CDB299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB299; }

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

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

background-color css

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

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

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

border-color css

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

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

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