Html Css Color HEX #CA9C94 Rose

📋 copy color: '#CA9C94'

red 202 ◦ green 156 ◦ blue 148

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

Shades of Rose #CA9C94

Tints of Rose #CA9C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.25%

R = 39.92%
G = 30.83%
B = 29.25%

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

#CA9C94 (or 0xCA9C94) is known color: Rose. HEX triplet: CA, 9C and 94. RGB value is (202,156,148). Sum of RGB (Red+Green+Blue) = 202+156+148=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9C94 is #35636B. Grayscale: #A8A8A8. Windows color (decimal): -3498860 or 9739466. OLE color: 9739466.

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

Color convert

RGB 202 156 148 -
CMYK 0 0.23 0.27 0.21
HSL 8.89º 0.34% 0.69% -
HSV(B) 8.89º 0.27% 0.79% -
XYZ 41.59 38.47 33.25 -
YUV 168.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 202 156 148 0 0.23 0.27 0.21 8.89 0.34 0.69
Hex CA 9C 94 0 17 1B 15 9 22 45
Octal 312 234 224 0 27 33 25 11 42 105
Binary 11001010 10011100 10010100 0 10111 11011 10101 1001 100010 1000101

Color Harmonies of #CA9C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9C94

Black with #CA9C94

Text Example


Text Example

White with #CA9C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9C94; }

 p { color: rgb(202,156,148); }

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

background-color css

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

 a { background-color: rgb(202,156,148); }

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

border-color css

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

 span { border-color: rgb(202,156,148); }

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