Html Css Color HEX #C35225 Trinidad

📋 copy color: '#C35225'

red 195 ◦ green 82 ◦ blue 37

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

Shades of Trinidad #C35225

Tints of Trinidad #C35225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

 BLUE value IS 37 (14.84% from 255) = 11.78%

R = 62.1%
G = 26.11%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C35225 (or 0xC35225) is known color: Trinidad. HEX triplet: C3, 52 and 25. RGB value is (195,82,37). Sum of RGB (Red+Green+Blue) = 195+82+37=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C35225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35225 is #3CADDA. Grayscale: #6E6E6E. Windows color (decimal): -3976667 or 2446019. OLE color: 2446019.

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

Color convert

RGB 195 82 37 -
CMYK 0 0.58 0.81 0.24
HSL 17.09º 0.68% 0.45% -
HSV(B) 17.09º 0.81% 0.76% -
XYZ 25.86 17.77 3.82 -
YUV 110.66 86.44 188.16 -
System Red Green Blue C M Y K H S L
Decimal 195 82 37 0 0.58 0.81 0.24 17.09 0.68 0.45
Hex C3 52 25 0 3A 51 18 11 44 2D
Octal 303 122 45 0 72 121 30 21 104 55
Binary 11000011 1010010 100101 0 111010 1010001 11000 10001 1000100 101101

Color Harmonies of #C35225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35225

Black with #C35225

Text Example


Text Example

White with #C35225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35225; }

 p { color: rgb(195,82,37); }

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

background-color css

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

 a { background-color: rgb(195,82,37); }

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

border-color css

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

 span { border-color: rgb(195,82,37); }

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