#CC674F

Color #CC674F Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #CC674F

Tints of Sunglo #CC674F

Color information

#CC674F (or 0xCC674F) is unknown color: approx Sunglo. HEX triplet: CC, 67 and 4F. RGB value is (204,103,79). Sum of RGB (Red+Green+Blue) = 204+103+79=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC674F is #3398B0. Grayscale: #828282. Windows color (decimal): -3381425 or 5203916. OLE color: 5203916.

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

Color convert

RGB20410379-
CMYK00.500.610.2
HSL11.52º55.07%55.49%-
HSV(B)11.52º61.27%80%-
XYZ31.1623.110.21-
YUV130.4698.96180.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.85%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 79 (31.25% from 255) = 20.47%
R=52.85%
G=26.68%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041037900.500.610.211.5255.0755.49
HexCC674F0323D14c3737
Octal3141471170627524146767
Binary11001100110011110011110110010111101101001100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC674F; }

 p { color: rgb(204,103,79); }

 H1.HeaderClassName
 {
   color: #CC674F;
 }
 .AnyTagClassName
 {
   color: #CC674F;
 }
</style>
background-color css

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

 a { background-color: rgb(204,103,79); }

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

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

 span { border-color: rgb(204,103,79); }

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