Html Css Color HEX #C9567C Cranberry

📋 copy color: '#C9567C'

red 201 ◦ green 86 ◦ blue 124

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

Shades of Cranberry #C9567C

Tints of Cranberry #C9567C

RGB

 RED value IS 201 (78.91% from 255) = 48.91%

 GREEN value IS 86 (33.98% from 255) = 20.92%

 BLUE value IS 124 (48.83% from 255) = 30.17%

R = 48.91%
G = 20.92%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9567C (or 0xC9567C) is known color: Cranberry. HEX triplet: C9, 56 and 7C. RGB value is (201,86,124). Sum of RGB (Red+Green+Blue) = 201+86+124=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9567C is #36A983. Grayscale: #7C7C7C. Windows color (decimal): -3582340 or 8148681. OLE color: 8148681.

HSL color Cylindrical-coordinate representation of color #C9567C: hue angle of 340.17º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9567C is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 86 124 -
CMYK 0 0.57 0.38 0.21
HSL 340.17º 0.52% 0.56% -
HSV(B) 340.17º 0.57% 0.79% -
XYZ 31.05 20.53 21.39 -
YUV 124.72 127.6 182.41 -
System Red Green Blue C M Y K H S L
Decimal 201 86 124 0 0.57 0.38 0.21 340.17 0.52 0.56
Hex C9 56 7C 0 39 26 15 154 34 38
Octal 311 126 174 0 71 46 25 524 64 70
Binary 11001001 1010110 1111100 0 111001 100110 10101 101010100 110100 111000

Color Harmonies of #C9567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9567C

Black with #C9567C

Text Example


Text Example

White with #C9567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9567C; }

 p { color: rgb(201,86,124); }

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

background-color css

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

 a { background-color: rgb(201,86,124); }

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

border-color css

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

 span { border-color: rgb(201,86,124); }

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