Html Css Color HEX #C09AA2 Careys Pink

📋 copy color: '#C09AA2'

red 192 ◦ green 154 ◦ blue 162

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

Shades of Careys Pink #C09AA2

Tints of Careys Pink #C09AA2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.31%

 BLUE value IS 162 (63.67% from 255) = 31.89%

R = 37.8%
G = 30.31%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C09AA2 (or 0xC09AA2) is known color: Careys Pink. HEX triplet: C0, 9A and A2. RGB value is (192,154,162). Sum of RGB (Red+Green+Blue) = 192+154+162=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C09AA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09AA2 is #3F655D. Grayscale: #A6A6A6. Windows color (decimal): -4154718 or 10656448. OLE color: 10656448.

HSL color Cylindrical-coordinate representation of color #C09AA2: hue angle of 347.37º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09AA2 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 154 162 -
CMYK 0 0.20 0.16 0.25
HSL 347.37º 0.23% 0.68% -
HSV(B) 347.37º 0.2% 0.75% -
XYZ 39.82 36.93 39.21 -
YUV 166.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 192 154 162 0 0.20 0.16 0.25 347.37 0.23 0.68
Hex C0 9A A2 0 14 10 19 15B 17 44
Octal 300 232 242 0 24 20 31 533 27 104
Binary 11000000 10011010 10100010 0 10100 10000 11001 101011011 10111 1000100

Color Harmonies of #C09AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09AA2

Black with #C09AA2

Text Example


Text Example

White with #C09AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09AA2; }

 p { color: rgb(192,154,162); }

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

background-color css

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

 a { background-color: rgb(192,154,162); }

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

border-color css

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

 span { border-color: rgb(192,154,162); }

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