Html Css Color HEX #CB9D90 Rose

📋 copy color: '#CB9D90'

red 203 ◦ green 157 ◦ blue 144

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

Shades of Rose #CB9D90

Tints of Rose #CB9D90

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.15%

 BLUE value IS 144 (56.64% from 255) = 28.57%

R = 40.28%
G = 31.15%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB9D90 (or 0xCB9D90) is known color: Rose. HEX triplet: CB, 9D and 90. RGB value is (203,157,144). Sum of RGB (Red+Green+Blue) = 203+157+144=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9D90 is #34626F. Grayscale: #A9A9A9. Windows color (decimal): -3433072 or 9477579. OLE color: 9477579.

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

Color convert

RGB 203 157 144 -
CMYK 0 0.23 0.29 0.20
HSL 13.22º 0.36% 0.68% -
HSV(B) 13.22º 0.29% 0.8% -
XYZ 41.72 38.82 31.68 -
YUV 169.27 113.74 152.06 -
System Red Green Blue C M Y K H S L
Decimal 203 157 144 0 0.23 0.29 0.20 13.22 0.36 0.68
Hex CB 9D 90 0 17 1D 14 D 24 44
Octal 313 235 220 0 27 35 24 15 44 104
Binary 11001011 10011101 10010000 0 10111 11101 10100 1101 100100 1000100

Color Harmonies of #CB9D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9D90

Black with #CB9D90

Text Example


Text Example

White with #CB9D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9D90; }

 p { color: rgb(203,157,144); }

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

background-color css

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

 a { background-color: rgb(203,157,144); }

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

border-color css

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

 span { border-color: rgb(203,157,144); }

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