Html Css Color HEX #CEA5AF Careys Pink

📋 copy color: '#CEA5AF'

red 206 ◦ green 165 ◦ blue 175

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

Shades of Careys Pink #CEA5AF

Tints of Careys Pink #CEA5AF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.22%

 BLUE value IS 175 (68.75% from 255) = 32.05%

R = 37.73%
G = 30.22%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CEA5AF (or 0xCEA5AF) is known color: Careys Pink. HEX triplet: CE, A5 and AF. RGB value is (206,165,175). Sum of RGB (Red+Green+Blue) = 206+165+175=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA5AF is #315A50. Grayscale: #B2B2B2. Windows color (decimal): -3234385 or 11511246. OLE color: 11511246.

HSL color Cylindrical-coordinate representation of color #CEA5AF: hue angle of 345.37º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEA5AF is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 165 175 -
CMYK 0 0.20 0.15 0.19
HSL 345.37º 0.29% 0.73% -
HSV(B) 345.37º 0.2% 0.81% -
XYZ 46.65 43.13 46.42 -
YUV 178.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 206 165 175 0 0.20 0.15 0.19 345.37 0.29 0.73
Hex CE A5 AF 0 14 F 13 159 1D 49
Octal 316 245 257 0 24 17 23 531 35 111
Binary 11001110 10100101 10101111 0 10100 1111 10011 101011001 11101 1001001

Color Harmonies of #CEA5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA5AF

Black with #CEA5AF

Text Example


Text Example

White with #CEA5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA5AF; }

 p { color: rgb(206,165,175); }

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

background-color css

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

 a { background-color: rgb(206,165,175); }

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

border-color css

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

 span { border-color: rgb(206,165,175); }

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