Html Css Color HEX #CC7361 Japonica

📋 copy color: '#CC7361'

red 204 ◦ green 115 ◦ blue 97

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

Shades of Japonica #CC7361

Tints of Japonica #CC7361

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.64%

 BLUE value IS 97 (38.28% from 255) = 23.32%

R = 49.04%
G = 27.64%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC7361 (or 0xCC7361) is known color: Japonica. HEX triplet: CC, 73 and 61. RGB value is (204,115,97). Sum of RGB (Red+Green+Blue) = 204+115+97=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7361 is #338C9E. Grayscale: #8B8B8B. Windows color (decimal): -3378335 or 6386636. OLE color: 6386636.

HSL color Cylindrical-coordinate representation of color #CC7361: hue angle of 10.09º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC7361 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 115 97 -
CMYK 0 0.44 0.52 0.2
HSL 10.09º 0.51% 0.59% -
HSV(B) 10.09º 0.52% 0.8% -
XYZ 33.19 25.96 14.57 -
YUV 139.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 204 115 97 0 0.44 0.52 0.2 10.09 0.51 0.59
Hex CC 73 61 0 2C 34 14 A 33 3B
Octal 314 163 141 0 54 64 24 12 63 73
Binary 11001100 1110011 1100001 0 101100 110100 10100 1010 110011 111011

Color Harmonies of #CC7361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7361

Black with #CC7361

Text Example


Text Example

White with #CC7361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7361; }

 p { color: rgb(204,115,97); }

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

background-color css

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

 a { background-color: rgb(204,115,97); }

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

border-color css

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

 span { border-color: rgb(204,115,97); }

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