Html Css Color HEX #CA969C Careys Pink

📋 copy color: '#CA969C'

red 202 ◦ green 150 ◦ blue 156

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

Shades of Careys Pink #CA969C

Tints of Careys Pink #CA969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.71%

R = 39.76%
G = 29.53%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA969C (or 0xCA969C) is known color: Careys Pink. HEX triplet: CA, 96 and 9C. RGB value is (202,150,156). Sum of RGB (Red+Green+Blue) = 202+150+156=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA969C is #356963. Grayscale: #A6A6A6. Windows color (decimal): -3500388 or 10262218. OLE color: 10262218.

HSL color Cylindrical-coordinate representation of color #CA969C: hue angle of 353.08º 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 #CA969C is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 150 156 -
CMYK 0 0.26 0.23 0.21
HSL 353.08º 0.33% 0.69% -
HSV(B) 353.08º 0.26% 0.79% -
XYZ 41.26 36.77 36.37 -
YUV 166.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 202 150 156 0 0.26 0.23 0.21 353.08 0.33 0.69
Hex CA 96 9C 0 1A 17 15 161 21 45
Octal 312 226 234 0 32 27 25 541 41 105
Binary 11001010 10010110 10011100 0 11010 10111 10101 101100001 100001 1000101

Color Harmonies of #CA969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA969C

Black with #CA969C

Text Example


Text Example

White with #CA969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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