Html Css Color HEX #CE929B Careys Pink

📋 copy color: '#CE929B'

red 206 ◦ green 146 ◦ blue 155

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

Shades of Careys Pink #CE929B

Tints of Careys Pink #CE929B

RGB

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

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

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

R = 40.63%
G = 28.8%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE929B (or 0xCE929B) is known color: Careys Pink. HEX triplet: CE, 92 and 9B. RGB value is (206,146,155). Sum of RGB (Red+Green+Blue) = 206+146+155=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE929B is #316D64. Grayscale: #A4A4A4. Windows color (decimal): -3239269 or 10195662. OLE color: 10195662.

HSL color Cylindrical-coordinate representation of color #CE929B: hue angle of 351º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE929B is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 146 155 -
CMYK 0 0.29 0.25 0.19
HSL 351º 0.38% 0.69% -
HSV(B) 351º 0.29% 0.81% -
XYZ 41.65 36.05 35.77 -
YUV 164.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 206 146 155 0 0.29 0.25 0.19 351 0.38 0.69
Hex CE 92 9B 0 1D 19 13 15F 26 45
Octal 316 222 233 0 35 31 23 537 46 105
Binary 11001110 10010010 10011011 0 11101 11001 10011 101011111 100110 1000101

Color Harmonies of #CE929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE929B

Black with #CE929B

Text Example


Text Example

White with #CE929B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE929B; }

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

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

background-color css

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

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

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

border-color css

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

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

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