Html Css Color HEX #C89095 Careys Pink

📋 copy color: '#C89095'

red 200 ◦ green 144 ◦ blue 149

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

Shades of Careys Pink #C89095

Tints of Careys Pink #C89095

RGB

 RED value IS 200 (78.52% from 255) = 40.57%

 GREEN value IS 144 (56.64% from 255) = 29.21%

 BLUE value IS 149 (58.59% from 255) = 30.22%

R = 40.57%
G = 29.21%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C89095 (or 0xC89095) is known color: Careys Pink. HEX triplet: C8, 90 and 95. RGB value is (200,144,149). Sum of RGB (Red+Green+Blue) = 200+144+149=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C89095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89095 is #376F6A. Grayscale: #A1A1A1. Windows color (decimal): -3633003 or 9801928. OLE color: 9801928.

HSL color Cylindrical-coordinate representation of color #C89095: hue angle of 354.64º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C89095 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 144 149 -
CMYK 0 0.28 0.26 0.22
HSL 354.64º 0.34% 0.67% -
HSV(B) 354.64º 0.28% 0.78% -
XYZ 39.22 34.4 33.01 -
YUV 161.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 200 144 149 0 0.28 0.26 0.22 354.64 0.34 0.67
Hex C8 90 95 0 1C 1A 16 163 22 43
Octal 310 220 225 0 34 32 26 543 42 103
Binary 11001000 10010000 10010101 0 11100 11010 10110 101100011 100010 1000011

Color Harmonies of #C89095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89095

Black with #C89095

Text Example


Text Example

White with #C89095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89095; }

 p { color: rgb(200,144,149); }

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

background-color css

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

 a { background-color: rgb(200,144,149); }

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

border-color css

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

 span { border-color: rgb(200,144,149); }

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