Html Css Color HEX #CB9C93 Rose

📋 copy color: '#CB9C93'

red 203 ◦ green 156 ◦ blue 147

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

Shades of Rose #CB9C93

Tints of Rose #CB9C93

RGB

 RED value IS 203 (79.69% from 255) = 40.12%

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

 BLUE value IS 147 (57.81% from 255) = 29.05%

R = 40.12%
G = 30.83%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB9C93 (or 0xCB9C93) is known color: Rose. HEX triplet: CB, 9C and 93. RGB value is (203,156,147). Sum of RGB (Red+Green+Blue) = 203+156+147=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9C93 is #34636C. Grayscale: #A9A9A9. Windows color (decimal): -3433325 or 9673931. OLE color: 9673931.

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

Color convert

RGB 203 156 147 -
CMYK 0 0.23 0.28 0.20
HSL 9.64º 0.35% 0.69% -
HSV(B) 9.64º 0.28% 0.8% -
XYZ 41.78 38.58 32.85 -
YUV 169.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 203 156 147 0 0.23 0.28 0.20 9.64 0.35 0.69
Hex CB 9C 93 0 17 1C 14 A 23 45
Octal 313 234 223 0 27 34 24 12 43 105
Binary 11001011 10011100 10010011 0 10111 11100 10100 1010 100011 1000101

Color Harmonies of #CB9C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9C93

Black with #CB9C93

Text Example


Text Example

White with #CB9C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9C93; }

 p { color: rgb(203,156,147); }

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

background-color css

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

 a { background-color: rgb(203,156,147); }

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

border-color css

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

 span { border-color: rgb(203,156,147); }

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