Html Css Color HEX #C96383 Hopbush

📋 copy color: '#C96383'

red 201 ◦ green 99 ◦ blue 131

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

Shades of Hopbush #C96383

Tints of Hopbush #C96383

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.97%

 BLUE value IS 131 (51.56% from 255) = 30.39%

R = 46.64%
G = 22.97%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C96383 (or 0xC96383) is known color: Hopbush. HEX triplet: C9, 63 and 83. RGB value is (201,99,131). Sum of RGB (Red+Green+Blue) = 201+99+131=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C96383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96383 is #369C7C. Grayscale: #858585. Windows color (decimal): -3579005 or 8610761. OLE color: 8610761.

HSL color Cylindrical-coordinate representation of color #C96383: hue angle of 341.18º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96383 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 99 131 -
CMYK 0 0.51 0.35 0.21
HSL 341.18º 0.49% 0.59% -
HSV(B) 341.18º 0.51% 0.79% -
XYZ 32.65 22.98 24.19 -
YUV 133.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 201 99 131 0 0.51 0.35 0.21 341.18 0.49 0.59
Hex C9 63 83 0 33 23 15 155 31 3B
Octal 311 143 203 0 63 43 25 525 61 73
Binary 11001001 1100011 10000011 0 110011 100011 10101 101010101 110001 111011

Color Harmonies of #C96383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96383

Black with #C96383

Text Example


Text Example

White with #C96383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96383; }

 p { color: rgb(201,99,131); }

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

background-color css

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

 a { background-color: rgb(201,99,131); }

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

border-color css

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

 span { border-color: rgb(201,99,131); }

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