Html Css Color HEX #CC7F4D Raw Sienna

📋 copy color: '#CC7F4D'

red 204 ◦ green 127 ◦ blue 77

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

Shades of Raw Sienna #CC7F4D

Tints of Raw Sienna #CC7F4D

RGB

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

 GREEN value IS 127 (50% from 255) = 31.13%

 BLUE value IS 77 (30.47% from 255) = 18.87%

R = 50%
G = 31.13%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC7F4D (or 0xCC7F4D) is known color: Raw Sienna. HEX triplet: CC, 7F and 4D. RGB value is (204,127,77). Sum of RGB (Red+Green+Blue) = 204+127+77=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7F4D is #3380B2. Grayscale: #909090. Windows color (decimal): -3375283 or 5078988. OLE color: 5078988.

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

Color convert

RGB 204 127 77 -
CMYK 0 0.38 0.62 0.2
HSL 23.62º 0.55% 0.55% -
HSV(B) 23.62º 0.62% 0.8% -
XYZ 33.83 28.55 10.75 -
YUV 144.32 90.01 170.57 -
System Red Green Blue C M Y K H S L
Decimal 204 127 77 0 0.38 0.62 0.2 23.62 0.55 0.55
Hex CC 7F 4D 0 26 3E 14 18 37 37
Octal 314 177 115 0 46 76 24 30 67 67
Binary 11001100 1111111 1001101 0 100110 111110 10100 11000 110111 110111

Color Harmonies of #CC7F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F4D

Black with #CC7F4D

Text Example


Text Example

White with #CC7F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F4D; }

 p { color: rgb(204,127,77); }

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

background-color css

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

 a { background-color: rgb(204,127,77); }

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

border-color css

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

 span { border-color: rgb(204,127,77); }

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