Html Css Color HEX #CDB297 Cashmere

📋 copy color: '#CDB297'

red 205 ◦ green 178 ◦ blue 151

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

Shades of Cashmere #CDB297

Tints of Cashmere #CDB297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.28%

R = 38.39%
G = 33.33%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CDB297 (or 0xCDB297) is known color: Cashmere. HEX triplet: CD, B2 and 97. RGB value is (205,178,151). Sum of RGB (Red+Green+Blue) = 205+178+151=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB297 is #324D68. Grayscale: #B7B7B7. Windows color (decimal): -3296617 or 9941709. OLE color: 9941709.

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

Color convert

RGB 205 178 151 -
CMYK 0 0.13 0.26 0.20
HSL 30º 0.35% 0.7% -
HSV(B) 30º 0.26% 0.8% -
XYZ 46.68 47.05 35.9 -
YUV 183 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 205 178 151 0 0.13 0.26 0.20 30 0.35 0.7
Hex CD B2 97 0 D 1A 14 1E 23 46
Octal 315 262 227 0 15 32 24 36 43 106
Binary 11001101 10110010 10010111 0 1101 11010 10100 11110 100011 1000110

Color Harmonies of #CDB297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB297

Black with #CDB297

Text Example


Text Example

White with #CDB297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB297; }

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

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

background-color css

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

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

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

border-color css

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

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

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