Html Css Color HEX #CC929B Careys Pink

📋 copy color: '#CC929B'

red 204 ◦ green 146 ◦ blue 155

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

Shades of Careys Pink #CC929B

Tints of Careys Pink #CC929B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.91%

 BLUE value IS 155 (60.94% from 255) = 30.69%

R = 40.4%
G = 28.91%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC929B (or 0xCC929B) is known color: Careys Pink. HEX triplet: CC, 92 and 9B. RGB value is (204,146,155). Sum of RGB (Red+Green+Blue) = 204+146+155=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC929B is #336D64. Grayscale: #A4A4A4. Windows color (decimal): -3370341 or 10195660. OLE color: 10195660.

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

Color convert

RGB 204 146 155 -
CMYK 0 0.28 0.24 0.2
HSL 350.69º 0.36% 0.69% -
HSV(B) 350.69º 0.28% 0.8% -
XYZ 41.1 35.76 35.75 -
YUV 164.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 204 146 155 0 0.28 0.24 0.2 350.69 0.36 0.69
Hex CC 92 9B 0 1C 18 14 15F 24 45
Octal 314 222 233 0 34 30 24 537 44 105
Binary 11001100 10010010 10011011 0 11100 11000 10100 101011111 100100 1000101

Color Harmonies of #CC929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC929B

Black with #CC929B

Text Example


Text Example

White with #CC929B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC929B; }

 p { color: rgb(204,146,155); }

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

background-color css

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

 a { background-color: rgb(204,146,155); }

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

border-color css

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

 span { border-color: rgb(204,146,155); }

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