Html Css Color HEX #C36042 Flame Pea

📋 copy color: '#C36042'

red 195 ◦ green 96 ◦ blue 66

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

Shades of Flame Pea #C36042

Tints of Flame Pea #C36042

RGB

 RED value IS 195 (76.56% from 255) = 54.62%

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

 BLUE value IS 66 (26.17% from 255) = 18.49%

R = 54.62%
G = 26.89%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C36042 (or 0xC36042) is known color: Flame Pea. HEX triplet: C3, 60 and 42. RGB value is (195,96,66). Sum of RGB (Red+Green+Blue) = 195+96+66=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C36042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36042 is #3C9FBD. Grayscale: #7A7A7A. Windows color (decimal): -3973054 or 4350147. OLE color: 4350147.

HSL color Cylindrical-coordinate representation of color #C36042: hue angle of 13.95º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C36042 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 96 66 -
CMYK 0 0.51 0.66 0.24
HSL 13.95º 0.52% 0.51% -
HSV(B) 13.95º 0.66% 0.76% -
XYZ 27.67 20.36 7.63 -
YUV 122.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 195 96 66 0 0.51 0.66 0.24 13.95 0.52 0.51
Hex C3 60 42 0 33 42 18 E 34 33
Octal 303 140 102 0 63 102 30 16 64 63
Binary 11000011 1100000 1000010 0 110011 1000010 11000 1110 110100 110011

Color Harmonies of #C36042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36042

Black with #C36042

Text Example


Text Example

White with #C36042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36042; }

 p { color: rgb(195,96,66); }

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

background-color css

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

 a { background-color: rgb(195,96,66); }

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

border-color css

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

 span { border-color: rgb(195,96,66); }

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