Html Css Color HEX #CC969A Careys Pink

📋 copy color: '#CC969A'

red 204 ◦ green 150 ◦ blue 154

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

Shades of Careys Pink #CC969A

Tints of Careys Pink #CC969A

RGB

 RED value IS 204 (80.08% from 255) = 40.16%

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

 BLUE value IS 154 (60.55% from 255) = 30.31%

R = 40.16%
G = 29.53%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC969A (or 0xCC969A) is known color: Careys Pink. HEX triplet: CC, 96 and 9A. RGB value is (204,150,154). Sum of RGB (Red+Green+Blue) = 204+150+154=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC969A is #336965. Grayscale: #A6A6A6. Windows color (decimal): -3369318 or 10131148. OLE color: 10131148.

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

Color convert

RGB 204 150 154 -
CMYK 0 0.26 0.25 0.2
HSL 355.56º 0.35% 0.69% -
HSV(B) 355.56º 0.26% 0.8% -
XYZ 41.64 36.98 35.52 -
YUV 166.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 204 150 154 0 0.26 0.25 0.2 355.56 0.35 0.69
Hex CC 96 9A 0 1A 19 14 164 23 45
Octal 314 226 232 0 32 31 24 544 43 105
Binary 11001100 10010110 10011010 0 11010 11001 10100 101100100 100011 1000101

Color Harmonies of #CC969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC969A

Black with #CC969A

Text Example


Text Example

White with #CC969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC969A; }

 p { color: rgb(204,150,154); }

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

background-color css

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

 a { background-color: rgb(204,150,154); }

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

border-color css

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

 span { border-color: rgb(204,150,154); }

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