Html Css Color HEX #C69495 Careys Pink

📋 copy color: '#C69495'

red 198 ◦ green 148 ◦ blue 149

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

Shades of Careys Pink #C69495

Tints of Careys Pink #C69495

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.9%

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

R = 40%
G = 29.9%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C69495 (or 0xC69495) is known color: Careys Pink. HEX triplet: C6, 94 and 95. RGB value is (198,148,149). Sum of RGB (Red+Green+Blue) = 198+148+149=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C69495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69495 is #396B6A. Grayscale: #A3A3A3. Windows color (decimal): -3763051 or 9802950. OLE color: 9802950.

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

Color convert

RGB 198 148 149 -
CMYK 0 0.25 0.25 0.22
HSL 358.8º 0.3% 0.68% -
HSV(B) 358.8º 0.25% 0.78% -
XYZ 39.3 35.36 33.19 -
YUV 163.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 198 148 149 0 0.25 0.25 0.22 358.8 0.3 0.68
Hex C6 94 95 0 19 19 16 167 1E 44
Octal 306 224 225 0 31 31 26 547 36 104
Binary 11000110 10010100 10010101 0 11001 11001 10110 101100111 11110 1000100

Color Harmonies of #C69495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69495

Black with #C69495

Text Example


Text Example

White with #C69495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69495; }

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

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

background-color css

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

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

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

border-color css

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

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

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