Html Css Color HEX #C68E90 Careys Pink

📋 copy color: '#C68E90'

red 198 ◦ green 142 ◦ blue 144

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

Shades of Careys Pink #C68E90

Tints of Careys Pink #C68E90

RGB

 RED value IS 198 (77.73% from 255) = 40.91%

 GREEN value IS 142 (55.86% from 255) = 29.34%

 BLUE value IS 144 (56.64% from 255) = 29.75%

R = 40.91%
G = 29.34%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C68E90 (or 0xC68E90) is known color: Careys Pink. HEX triplet: C6, 8E and 90. RGB value is (198,142,144). Sum of RGB (Red+Green+Blue) = 198+142+144=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68E90 is #39716F. Grayscale: #9F9F9F. Windows color (decimal): -3764592 or 9473734. OLE color: 9473734.

HSL color Cylindrical-coordinate representation of color #C68E90: hue angle of 357.86º degrees, saturation: 0.33, 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 #C68E90 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 142 144 -
CMYK 0 0.28 0.27 0.22
HSL 357.86º 0.33% 0.67% -
HSV(B) 357.86º 0.28% 0.78% -
XYZ 38 33.37 30.82 -
YUV 158.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 198 142 144 0 0.28 0.27 0.22 357.86 0.33 0.67
Hex C6 8E 90 0 1C 1B 16 166 21 43
Octal 306 216 220 0 34 33 26 546 41 103
Binary 11000110 10001110 10010000 0 11100 11011 10110 101100110 100001 1000011

Color Harmonies of #C68E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68E90

Black with #C68E90

Text Example


Text Example

White with #C68E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68E90; }

 p { color: rgb(198,142,144); }

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

background-color css

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

 a { background-color: rgb(198,142,144); }

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

border-color css

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

 span { border-color: rgb(198,142,144); }

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