Html Css Color HEX #CDB294 Cashmere

📋 copy color: '#CDB294'

red 205 ◦ green 178 ◦ blue 148

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

Shades of Cashmere #CDB294

Tints of Cashmere #CDB294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.87%

R = 38.61%
G = 33.52%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CDB294 (or 0xCDB294) is known color: Cashmere. HEX triplet: CD, B2 and 94. RGB value is (205,178,148). Sum of RGB (Red+Green+Blue) = 205+178+148=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB294 is #324D6B. Grayscale: #B6B6B6. Windows color (decimal): -3296620 or 9745101. OLE color: 9745101.

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

Color convert

RGB 205 178 148 -
CMYK 0 0.13 0.28 0.20
HSL 31.58º 0.36% 0.69% -
HSV(B) 31.58º 0.28% 0.8% -
XYZ 46.44 46.96 34.63 -
YUV 182.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 205 178 148 0 0.13 0.28 0.20 31.58 0.36 0.69
Hex CD B2 94 0 D 1C 14 20 24 45
Octal 315 262 224 0 15 34 24 40 44 105
Binary 11001101 10110010 10010100 0 1101 11100 10100 100000 100100 1000101

Color Harmonies of #CDB294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB294

Black with #CDB294

Text Example


Text Example

White with #CDB294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB294; }

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

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

background-color css

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

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

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

border-color css

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

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

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