Html Css Color HEX #CE9697 Careys Pink

📋 copy color: '#CE9697'

red 206 ◦ green 150 ◦ blue 151

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

Shades of Careys Pink #CE9697

Tints of Careys Pink #CE9697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.78%

R = 40.63%
G = 29.59%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE9697 (or 0xCE9697) is known color: Careys Pink. HEX triplet: CE, 96 and 97. RGB value is (206,150,151). Sum of RGB (Red+Green+Blue) = 206+150+151=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9697 is #316968. Grayscale: #A6A6A6. Windows color (decimal): -3238249 or 9934542. OLE color: 9934542.

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

Color convert

RGB 206 150 151 -
CMYK 0 0.27 0.27 0.19
HSL 358.93º 0.36% 0.7% -
HSV(B) 358.93º 0.27% 0.81% -
XYZ 41.95 37.17 34.24 -
YUV 166.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 206 150 151 0 0.27 0.27 0.19 358.93 0.36 0.7
Hex CE 96 97 0 1B 1B 13 167 24 46
Octal 316 226 227 0 33 33 23 547 44 106
Binary 11001110 10010110 10010111 0 11011 11011 10011 101100111 100100 1000110

Color Harmonies of #CE9697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9697

Black with #CE9697

Text Example


Text Example

White with #CE9697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9697; }

 p { color: rgb(206,150,151); }

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

background-color css

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

 a { background-color: rgb(206,150,151); }

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

border-color css

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

 span { border-color: rgb(206,150,151); }

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