Html Css Color HEX #C35223 Trinidad

📋 copy color: '#C35223'

red 195 ◦ green 82 ◦ blue 35

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

Shades of Trinidad #C35223

Tints of Trinidad #C35223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.22%

R = 62.5%
G = 26.28%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C35223 (or 0xC35223) is known color: Trinidad. HEX triplet: C3, 52 and 23. RGB value is (195,82,35). Sum of RGB (Red+Green+Blue) = 195+82+35=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C35223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35223 is #3CADDC. Grayscale: #6E6E6E. Windows color (decimal): -3976669 or 2314947. OLE color: 2314947.

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

Color convert

RGB 195 82 35 -
CMYK 0 0.58 0.82 0.24
HSL 17.63º 0.7% 0.45% -
HSV(B) 17.63º 0.82% 0.76% -
XYZ 25.83 17.76 3.66 -
YUV 110.43 85.44 188.32 -
System Red Green Blue C M Y K H S L
Decimal 195 82 35 0 0.58 0.82 0.24 17.63 0.7 0.45
Hex C3 52 23 0 3A 52 18 12 46 2D
Octal 303 122 43 0 72 122 30 22 106 55
Binary 11000011 1010010 100011 0 111010 1010010 11000 10010 1000110 101101

Color Harmonies of #C35223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35223

Black with #C35223

Text Example


Text Example

White with #C35223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35223; }

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

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

background-color css

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

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

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

border-color css

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

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

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