Html Css Color HEX #CDB092 Cashmere

📋 copy color: '#CDB092'

red 205 ◦ green 176 ◦ blue 146

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

Shades of Cashmere #CDB092

Tints of Cashmere #CDB092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.7%

R = 38.9%
G = 33.4%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CDB092 (or 0xCDB092) is known color: Cashmere. HEX triplet: CD, B0 and 92. RGB value is (205,176,146). Sum of RGB (Red+Green+Blue) = 205+176+146=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB092 is #324F6D. Grayscale: #B5B5B5. Windows color (decimal): -3297134 or 9613517. OLE color: 9613517.

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

Color convert

RGB 205 176 146 -
CMYK 0 0.14 0.29 0.20
HSL 30.51º 0.37% 0.69% -
HSV(B) 30.51º 0.29% 0.8% -
XYZ 45.89 46.11 33.67 -
YUV 181.25 108.11 144.94 -
System Red Green Blue C M Y K H S L
Decimal 205 176 146 0 0.14 0.29 0.20 30.51 0.37 0.69
Hex CD B0 92 0 E 1D 14 1F 25 45
Octal 315 260 222 0 16 35 24 37 45 105
Binary 11001101 10110000 10010010 0 1110 11101 10100 11111 100101 1000101

Color Harmonies of #CDB092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB092

Black with #CDB092

Text Example


Text Example

White with #CDB092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB092; }

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

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

background-color css

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

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

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

border-color css

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

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

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