Html Css Color HEX #CEA2A7 Careys Pink

📋 copy color: '#CEA2A7'

red 206 ◦ green 162 ◦ blue 167

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

Shades of Careys Pink #CEA2A7

Tints of Careys Pink #CEA2A7

RGB

 RED value IS 206 (80.86% from 255) = 38.5%

 GREEN value IS 162 (63.67% from 255) = 30.28%

 BLUE value IS 167 (65.63% from 255) = 31.21%

R = 38.5%
G = 30.28%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CEA2A7 (or 0xCEA2A7) is known color: Careys Pink. HEX triplet: CE, A2 and A7. RGB value is (206,162,167). Sum of RGB (Red+Green+Blue) = 206+162+167=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 167 (65.62% from 255 or 31.21% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA2A7 is #315D58. Grayscale: #AFAFAF. Windows color (decimal): -3235161 or 10986190. OLE color: 10986190.

HSL color Cylindrical-coordinate representation of color #CEA2A7: hue angle of 353.18º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEA2A7 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 162 167 -
CMYK 0 0.21 0.19 0.19
HSL 353.18º 0.31% 0.72% -
HSV(B) 353.18º 0.21% 0.81% -
XYZ 45.35 41.75 42.23 -
YUV 175.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 206 162 167 0 0.21 0.19 0.19 353.18 0.31 0.72
Hex CE A2 A7 0 15 13 13 161 1F 48
Octal 316 242 247 0 25 23 23 541 37 110
Binary 11001110 10100010 10100111 0 10101 10011 10011 101100001 11111 1001000

Color Harmonies of #CEA2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA2A7

Black with #CEA2A7

Text Example


Text Example

White with #CEA2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA2A7; }

 p { color: rgb(206,162,167); }

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

background-color css

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

 a { background-color: rgb(206,162,167); }

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

border-color css

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

 span { border-color: rgb(206,162,167); }

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