Html Css Color HEX #C8969B Careys Pink

📋 copy color: '#C8969B'

red 200 ◦ green 150 ◦ blue 155

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

Shades of Careys Pink #C8969B

Tints of Careys Pink #C8969B

RGB

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

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

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

R = 39.6%
G = 29.7%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8969B (or 0xC8969B) is known color: Careys Pink. HEX triplet: C8, 96 and 9B. RGB value is (200,150,155). Sum of RGB (Red+Green+Blue) = 200+150+155=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C8969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8969B is #376964. Grayscale: #A5A5A5. Windows color (decimal): -3631461 or 10196680. OLE color: 10196680.

HSL color Cylindrical-coordinate representation of color #C8969B: hue angle of 354º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8969B is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 150 155 -
CMYK 0 0.25 0.22 0.22
HSL 354º 0.31% 0.69% -
HSV(B) 354º 0.25% 0.78% -
XYZ 40.64 36.46 35.91 -
YUV 165.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 200 150 155 0 0.25 0.22 0.22 354 0.31 0.69
Hex C8 96 9B 0 19 16 16 162 1F 45
Octal 310 226 233 0 31 26 26 542 37 105
Binary 11001000 10010110 10011011 0 11001 10110 10110 101100010 11111 1000101

Color Harmonies of #C8969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8969B

Black with #C8969B

Text Example


Text Example

White with #C8969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8969B; }

 p { color: rgb(200,150,155); }

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

background-color css

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

 a { background-color: rgb(200,150,155); }

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

border-color css

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

 span { border-color: rgb(200,150,155); }

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