Html Css Color HEX #C65F4F Sunglo

📋 copy color: '#C65F4F'

red 198 ◦ green 95 ◦ blue 79

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

Shades of Sunglo #C65F4F

Tints of Sunglo #C65F4F

RGB

 RED value IS 198 (77.73% from 255) = 53.23%

 GREEN value IS 95 (37.5% from 255) = 25.54%

 BLUE value IS 79 (31.25% from 255) = 21.24%

R = 53.23%
G = 25.54%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C65F4F (or 0xC65F4F) is known color: Sunglo. HEX triplet: C6, 5F and 4F. RGB value is (198,95,79). Sum of RGB (Red+Green+Blue) = 198+95+79=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F4F is #39A0B0. Grayscale: #7C7C7C. Windows color (decimal): -3776689 or 5201862. OLE color: 5201862.

HSL color Cylindrical-coordinate representation of color #C65F4F: hue angle of 8.07º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65F4F is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 95 79 -
CMYK 0 0.52 0.60 0.22
HSL 8.07º 0.51% 0.54% -
HSV(B) 8.07º 0.6% 0.78% -
XYZ 28.79 20.75 9.89 -
YUV 123.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 198 95 79 0 0.52 0.60 0.22 8.07 0.51 0.54
Hex C6 5F 4F 0 34 3C 16 8 33 36
Octal 306 137 117 0 64 74 26 10 63 66
Binary 11000110 1011111 1001111 0 110100 111100 10110 1000 110011 110110

Color Harmonies of #C65F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F4F

Black with #C65F4F

Text Example


Text Example

White with #C65F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F4F; }

 p { color: rgb(198,95,79); }

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

background-color css

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

 a { background-color: rgb(198,95,79); }

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

border-color css

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

 span { border-color: rgb(198,95,79); }

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