Html Css Color HEX #CD9C92 Rose

📋 copy color: '#CD9C92'

red 205 ◦ green 156 ◦ blue 146

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

Shades of Rose #CD9C92

Tints of Rose #CD9C92

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.77%

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

R = 40.43%
G = 30.77%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CD9C92 (or 0xCD9C92) is known color: Rose. HEX triplet: CD, 9C and 92. RGB value is (205,156,146). Sum of RGB (Red+Green+Blue) = 205+156+146=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9C92 is #32636D. Grayscale: #A9A9A9. Windows color (decimal): -3302254 or 9608397. OLE color: 9608397.

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

Color convert

RGB 205 156 146 -
CMYK 0 0.24 0.29 0.20
HSL 10.17º 0.37% 0.69% -
HSV(B) 10.17º 0.29% 0.8% -
XYZ 42.25 38.83 32.46 -
YUV 169.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 205 156 146 0 0.24 0.29 0.20 10.17 0.37 0.69
Hex CD 9C 92 0 18 1D 14 A 25 45
Octal 315 234 222 0 30 35 24 12 45 105
Binary 11001101 10011100 10010010 0 11000 11101 10100 1010 100101 1000101

Color Harmonies of #CD9C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9C92

Black with #CD9C92

Text Example


Text Example

White with #CD9C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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