Html Css Color HEX #C0605F Indian Red

📋 copy color: '#C0605F'

red 192 ◦ green 96 ◦ blue 95

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

Shades of Indian Red #C0605F

Tints of Indian Red #C0605F

RGB

 RED value IS 192 (75.39% from 255) = 50.13%

 GREEN value IS 96 (37.89% from 255) = 25.07%

 BLUE value IS 95 (37.5% from 255) = 24.8%

R = 50.13%
G = 25.07%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0605F (or 0xC0605F) is known color: Indian Red. HEX triplet: C0, 60 and 5F. RGB value is (192,96,95). Sum of RGB (Red+Green+Blue) = 192+96+95=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0605F is #3F9FA0. Grayscale: #7C7C7C. Windows color (decimal): -4169633 or 6250688. OLE color: 6250688.

HSL color Cylindrical-coordinate representation of color #C0605F: hue angle of 0.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0605F is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 95 -
CMYK 0 0.50 0.51 0.25
HSL 0.62º 0.43% 0.56% -
HSV(B) 0.62º 0.51% 0.75% -
XYZ 27.99 20.4 13.29 -
YUV 124.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 192 96 95 0 0.50 0.51 0.25 0.62 0.43 0.56
Hex C0 60 5F 0 32 33 19 1 2B 38
Octal 300 140 137 0 62 63 31 1 53 70
Binary 11000000 1100000 1011111 0 110010 110011 11001 1 101011 111000

Color Harmonies of #C0605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0605F

Black with #C0605F

Text Example


Text Example

White with #C0605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0605F; }

 p { color: rgb(192,96,95); }

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

background-color css

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

 a { background-color: rgb(192,96,95); }

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

border-color css

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

 span { border-color: rgb(192,96,95); }

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