Html Css Color HEX #CC501A Trinidad

📋 copy color: '#CC501A'

red 204 ◦ green 80 ◦ blue 26

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

Shades of Trinidad #CC501A

Tints of Trinidad #CC501A

RGB

 RED value IS 204 (80.08% from 255) = 65.81%

 GREEN value IS 80 (31.64% from 255) = 25.81%

 BLUE value IS 26 (10.55% from 255) = 8.39%

R = 65.81%
G = 25.81%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC501A (or 0xCC501A) is known color: Trinidad. HEX triplet: CC, 50 and 1A. RGB value is (204,80,26). Sum of RGB (Red+Green+Blue) = 204+80+26=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC501A is #33AFE5. Grayscale: #6F6F6F. Windows color (decimal): -3387366 or 1724620. OLE color: 1724620.

HSL color Cylindrical-coordinate representation of color #CC501A: hue angle of 18.2º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC501A is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 80 26 -
CMYK 0 0.61 0.87 0.2
HSL 18.2º 0.77% 0.45% -
HSV(B) 18.2º 0.87% 0.8% -
XYZ 27.96 18.65 3.1 -
YUV 110.92 80.08 194.39 -
System Red Green Blue C M Y K H S L
Decimal 204 80 26 0 0.61 0.87 0.2 18.2 0.77 0.45
Hex CC 50 1A 0 3D 57 14 12 4D 2D
Octal 314 120 32 0 75 127 24 22 115 55
Binary 11001100 1010000 11010 0 111101 1010111 10100 10010 1001101 101101

Color Harmonies of #CC501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC501A

Black with #CC501A

Text Example


Text Example

White with #CC501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC501A; }

 p { color: rgb(204,80,26); }

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

background-color css

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

 a { background-color: rgb(204,80,26); }

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

border-color css

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

 span { border-color: rgb(204,80,26); }

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