Html Css Color HEX #CDB094 Cashmere

📋 copy color: '#CDB094'

red 205 ◦ green 176 ◦ blue 148

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

Shades of Cashmere #CDB094

Tints of Cashmere #CDB094

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.27%

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

R = 38.75%
G = 33.27%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CDB094 (or 0xCDB094) is known color: Cashmere. HEX triplet: CD, B0 and 94. RGB value is (205,176,148). Sum of RGB (Red+Green+Blue) = 205+176+148=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB094 is #324F6B. Grayscale: #B5B5B5. Windows color (decimal): -3297132 or 9744589. OLE color: 9744589.

HSL color Cylindrical-coordinate representation of color #CDB094: hue angle of 29.47º 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 #CDB094 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 148 -
CMYK 0 0.14 0.28 0.20
HSL 29.47º 0.36% 0.69% -
HSV(B) 29.47º 0.28% 0.8% -
XYZ 46.05 46.17 34.5 -
YUV 181.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 205 176 148 0 0.14 0.28 0.20 29.47 0.36 0.69
Hex CD B0 94 0 E 1C 14 1D 24 45
Octal 315 260 224 0 16 34 24 35 44 105
Binary 11001101 10110000 10010100 0 1110 11100 10100 11101 100100 1000101

Color Harmonies of #CDB094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB094

Black with #CDB094

Text Example


Text Example

White with #CDB094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB094; }

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

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

background-color css

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

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

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

border-color css

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

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

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