Html Css Color HEX #C35320 Trinidad

📋 copy color: '#C35320'

red 195 ◦ green 83 ◦ blue 32

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

Shades of Trinidad #C35320

Tints of Trinidad #C35320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

 BLUE value IS 32 (12.89% from 255) = 10.32%

R = 62.9%
G = 26.77%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C35320 (or 0xC35320) is known color: Trinidad. HEX triplet: C3, 53 and 20. RGB value is (195,83,32). Sum of RGB (Red+Green+Blue) = 195+83+32=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C35320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35320 is #3CACDF. Grayscale: #6E6E6E. Windows color (decimal): -3976416 or 2118595. OLE color: 2118595.

HSL color Cylindrical-coordinate representation of color #C35320: hue angle of 18.77º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C35320 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 83 32 -
CMYK 0 0.57 0.84 0.24
HSL 18.77º 0.72% 0.45% -
HSV(B) 18.77º 0.84% 0.76% -
XYZ 25.86 17.89 3.46 -
YUV 110.67 83.61 188.15 -
System Red Green Blue C M Y K H S L
Decimal 195 83 32 0 0.57 0.84 0.24 18.77 0.72 0.45
Hex C3 53 20 0 39 54 18 13 48 2D
Octal 303 123 40 0 71 124 30 23 110 55
Binary 11000011 1010011 100000 0 111001 1010100 11000 10011 1001000 101101

Color Harmonies of #C35320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35320

Black with #C35320

Text Example


Text Example

White with #C35320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35320; }

 p { color: rgb(195,83,32); }

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

background-color css

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

 a { background-color: rgb(195,83,32); }

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

border-color css

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

 span { border-color: rgb(195,83,32); }

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