Html Css Color HEX #C09EA3 Careys Pink

📋 copy color: '#C09EA3'

red 192 ◦ green 158 ◦ blue 163

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

Shades of Careys Pink #C09EA3

Tints of Careys Pink #C09EA3

RGB

 RED value IS 192 (75.39% from 255) = 37.43%

 GREEN value IS 158 (62.11% from 255) = 30.8%

 BLUE value IS 163 (64.06% from 255) = 31.77%

R = 37.43%
G = 30.8%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C09EA3 (or 0xC09EA3) is known color: Careys Pink. HEX triplet: C0, 9E and A3. RGB value is (192,158,163). Sum of RGB (Red+Green+Blue) = 192+158+163=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C09EA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09EA3 is #3F615C. Grayscale: #A8A8A8. Windows color (decimal): -4153693 or 10723008. OLE color: 10723008.

HSL color Cylindrical-coordinate representation of color #C09EA3: hue angle of 351.18º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C09EA3 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 158 163 -
CMYK 0 0.18 0.15 0.25
HSL 351.18º 0.21% 0.69% -
HSV(B) 351.18º 0.18% 0.75% -
XYZ 40.58 38.3 39.91 -
YUV 168.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 192 158 163 0 0.18 0.15 0.25 351.18 0.21 0.69
Hex C0 9E A3 0 12 F 19 15F 15 45
Octal 300 236 243 0 22 17 31 537 25 105
Binary 11000000 10011110 10100011 0 10010 1111 11001 101011111 10101 1000101

Color Harmonies of #C09EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09EA3

Black with #C09EA3

Text Example


Text Example

White with #C09EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09EA3; }

 p { color: rgb(192,158,163); }

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

background-color css

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

 a { background-color: rgb(192,158,163); }

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

border-color css

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

 span { border-color: rgb(192,158,163); }

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