Html Css Color HEX #C69394 Careys Pink

📋 copy color: '#C69394'

red 198 ◦ green 147 ◦ blue 148

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

Shades of Careys Pink #C69394

Tints of Careys Pink #C69394

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.82%

 BLUE value IS 148 (58.2% from 255) = 30.02%

R = 40.16%
G = 29.82%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C69394 (or 0xC69394) is known color: Careys Pink. HEX triplet: C6, 93 and 94. RGB value is (198,147,148). Sum of RGB (Red+Green+Blue) = 198+147+148=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C69394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69394 is #396C6B. Grayscale: #A2A2A2. Windows color (decimal): -3763308 or 9737158. OLE color: 9737158.

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

Color convert

RGB 198 147 148 -
CMYK 0 0.26 0.25 0.22
HSL 358.82º 0.31% 0.68% -
HSV(B) 358.82º 0.26% 0.78% -
XYZ 39.07 35.01 32.72 -
YUV 162.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 198 147 148 0 0.26 0.25 0.22 358.82 0.31 0.68
Hex C6 93 94 0 1A 19 16 167 1F 44
Octal 306 223 224 0 32 31 26 547 37 104
Binary 11000110 10010011 10010100 0 11010 11001 10110 101100111 11111 1000100

Color Harmonies of #C69394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69394

Black with #C69394

Text Example


Text Example

White with #C69394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69394; }

 p { color: rgb(198,147,148); }

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

background-color css

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

 a { background-color: rgb(198,147,148); }

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

border-color css

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

 span { border-color: rgb(198,147,148); }

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