Html Css Color HEX #C35435 Trinidad

📋 copy color: '#C35435'

red 195 ◦ green 84 ◦ blue 53

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

Shades of Trinidad #C35435

Tints of Trinidad #C35435

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.3%

 BLUE value IS 53 (21.09% from 255) = 15.96%

R = 58.73%
G = 25.3%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C35435 (or 0xC35435) is known color: Trinidad. HEX triplet: C3, 54 and 35. RGB value is (195,84,53). Sum of RGB (Red+Green+Blue) = 195+84+53=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C35435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35435 is #3CABCA. Grayscale: #717171. Windows color (decimal): -3976139 or 3495107. OLE color: 3495107.

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

Color convert

RGB 195 84 53 -
CMYK 0 0.57 0.73 0.24
HSL 13.1º 0.57% 0.49% -
HSV(B) 13.1º 0.73% 0.76% -
XYZ 26.32 18.2 5.49 -
YUV 113.66 93.77 186.02 -
System Red Green Blue C M Y K H S L
Decimal 195 84 53 0 0.57 0.73 0.24 13.1 0.57 0.49
Hex C3 54 35 0 39 49 18 D 39 31
Octal 303 124 65 0 71 111 30 15 71 61
Binary 11000011 1010100 110101 0 111001 1001001 11000 1101 111001 110001

Color Harmonies of #C35435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35435

Black with #C35435

Text Example


Text Example

White with #C35435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35435; }

 p { color: rgb(195,84,53); }

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

background-color css

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

 a { background-color: rgb(195,84,53); }

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

border-color css

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

 span { border-color: rgb(195,84,53); }

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