Html Css Color HEX #CC7B5B Japonica

📋 copy color: '#CC7B5B'

red 204 ◦ green 123 ◦ blue 91

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

Shades of Japonica #CC7B5B

Tints of Japonica #CC7B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.43%

 BLUE value IS 91 (35.94% from 255) = 21.77%

R = 48.8%
G = 29.43%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC7B5B (or 0xCC7B5B) is known color: Japonica. HEX triplet: CC, 7B and 5B. RGB value is (204,123,91). Sum of RGB (Red+Green+Blue) = 204+123+91=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B5B is #3384A4. Grayscale: #8F8F8F. Windows color (decimal): -3376293 or 5995468. OLE color: 5995468.

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

Color convert

RGB 204 123 91 -
CMYK 0 0.40 0.55 0.2
HSL 16.99º 0.53% 0.58% -
HSV(B) 16.99º 0.55% 0.8% -
XYZ 33.87 27.76 13.47 -
YUV 143.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 204 123 91 0 0.40 0.55 0.2 16.99 0.53 0.58
Hex CC 7B 5B 0 28 37 14 11 35 3A
Octal 314 173 133 0 50 67 24 21 65 72
Binary 11001100 1111011 1011011 0 101000 110111 10100 10001 110101 111010

Color Harmonies of #CC7B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B5B

Black with #CC7B5B

Text Example


Text Example

White with #CC7B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B5B; }

 p { color: rgb(204,123,91); }

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

background-color css

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

 a { background-color: rgb(204,123,91); }

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

border-color css

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

 span { border-color: rgb(204,123,91); }

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