Html Css Color HEX #CA9B93 Rose

📋 copy color: '#CA9B93'

red 202 ◦ green 155 ◦ blue 147

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

Shades of Rose #CA9B93

Tints of Rose #CA9B93

RGB

 RED value IS 202 (79.3% from 255) = 40.08%

 GREEN value IS 155 (60.94% from 255) = 30.75%

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

R = 40.08%
G = 30.75%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA9B93 (or 0xCA9B93) is known color: Rose. HEX triplet: CA, 9B and 93. RGB value is (202,155,147). Sum of RGB (Red+Green+Blue) = 202+155+147=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9B93 is #35646C. Grayscale: #A8A8A8. Windows color (decimal): -3499117 or 9673674. OLE color: 9673674.

HSL color Cylindrical-coordinate representation of color #CA9B93: hue angle of 8.73º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA9B93 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 155 147 -
CMYK 0 0.23 0.27 0.21
HSL 8.73º 0.34% 0.68% -
HSV(B) 8.73º 0.27% 0.79% -
XYZ 41.34 38.11 32.78 -
YUV 168.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 202 155 147 0 0.23 0.27 0.21 8.73 0.34 0.68
Hex CA 9B 93 0 17 1B 15 9 22 44
Octal 312 233 223 0 27 33 25 11 42 104
Binary 11001010 10011011 10010011 0 10111 11011 10101 1001 100010 1000100

Color Harmonies of #CA9B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9B93

Black with #CA9B93

Text Example


Text Example

White with #CA9B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9B93; }

 p { color: rgb(202,155,147); }

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

background-color css

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

 a { background-color: rgb(202,155,147); }

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

border-color css

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

 span { border-color: rgb(202,155,147); }

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