Html Css Color HEX #CA9698 Careys Pink

📋 copy color: '#CA9698'

red 202 ◦ green 150 ◦ blue 152

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

Shades of Careys Pink #CA9698

Tints of Careys Pink #CA9698

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.76%

 BLUE value IS 152 (59.77% from 255) = 30.16%

R = 40.08%
G = 29.76%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA9698 (or 0xCA9698) is known color: Careys Pink. HEX triplet: CA, 96 and 98. RGB value is (202,150,152). Sum of RGB (Red+Green+Blue) = 202+150+152=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9698 is #356967. Grayscale: #A5A5A5. Windows color (decimal): -3500392 or 10000074. OLE color: 10000074.

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

Color convert

RGB 202 150 152 -
CMYK 0 0.26 0.25 0.21
HSL 357.69º 0.33% 0.69% -
HSV(B) 357.69º 0.26% 0.79% -
XYZ 40.93 36.64 34.62 -
YUV 165.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 202 150 152 0 0.26 0.25 0.21 357.69 0.33 0.69
Hex CA 96 98 0 1A 19 15 166 21 45
Octal 312 226 230 0 32 31 25 546 41 105
Binary 11001010 10010110 10011000 0 11010 11001 10101 101100110 100001 1000101

Color Harmonies of #CA9698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9698

Black with #CA9698

Text Example


Text Example

White with #CA9698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9698; }

 p { color: rgb(202,150,152); }

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

background-color css

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

 a { background-color: rgb(202,150,152); }

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

border-color css

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

 span { border-color: rgb(202,150,152); }

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