#C65B2B

Color #C65B2B Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #C65B2B

Tints of Christine #C65B2B

Color information

#C65B2B (or 0xC65B2B) is unknown color: approx Christine. HEX triplet: C6, 5B and 2B. RGB value is (198,91,43). Sum of RGB (Red+Green+Blue) = 198+91+43=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65B2B is #39A4D4. Grayscale: #757575. Windows color (decimal): -3777749 or 2841542. OLE color: 2841542.

HSL color Cylindrical-coordinate representation of color #C65B2B: hue angle of 18.58º 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 #C65B2B is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB1989143-
CMYK00.540.780.22
HSL18.58º64.32%47.25%-
HSV(B)18.58º78.28%77.65%-
XYZ27.4719.664.63-
YUV117.5285.95185.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.64%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 43 (17.19% from 255) = 12.95%
R=59.64%
G=27.41%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198914300.540.780.2218.5864.3247.25
HexC65B2B0364E1613402f
Octal30613353066116262310057
Binary1100011010110111010110110110100111010110100111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65B2B; }

 p { color: rgb(198,91,43); }

 H1.HeaderClassName
 {
   color: #C65B2B;
 }
 .AnyTagClassName
 {
   color: #C65B2B;
 }
</style>
background-color css

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

 a { background-color: rgb(198,91,43); }

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

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

 span { border-color: rgb(198,91,43); }

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