Html Css Color HEX #C75D2B Christine

📋 copy color: '#C75D2B'

red 199 ◦ green 93 ◦ blue 43

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

Shades of Christine #C75D2B

Tints of Christine #C75D2B

RGB

 RED value IS 199 (78.13% from 255) = 59.4%

 GREEN value IS 93 (36.72% from 255) = 27.76%

 BLUE value IS 43 (17.19% from 255) = 12.84%

R = 59.4%
G = 27.76%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C75D2B (or 0xC75D2B) is known color: Christine. HEX triplet: C7, 5D and 2B. RGB value is (199,93,43). Sum of RGB (Red+Green+Blue) = 199+93+43=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75D2B is #38A2D4. Grayscale: #777777. Windows color (decimal): -3711701 or 2842055. OLE color: 2842055.

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

Color convert

RGB 199 93 43 -
CMYK 0 0.53 0.78 0.22
HSL 19.23º 0.64% 0.47% -
HSV(B) 19.23º 0.78% 0.78% -
XYZ 27.9 20.15 4.7 -
YUV 118.99 85.12 185.07 -
System Red Green Blue C M Y K H S L
Decimal 199 93 43 0 0.53 0.78 0.22 19.23 0.64 0.47
Hex C7 5D 2B 0 35 4E 16 13 40 2F
Octal 307 135 53 0 65 116 26 23 100 57
Binary 11000111 1011101 101011 0 110101 1001110 10110 10011 1000000 101111

Color Harmonies of #C75D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D2B

Black with #C75D2B

Text Example


Text Example

White with #C75D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D2B; }

 p { color: rgb(199,93,43); }

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

background-color css

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

 a { background-color: rgb(199,93,43); }

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

border-color css

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

 span { border-color: rgb(199,93,43); }

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