Html Css Color HEX #CB7554 Japonica

📋 copy color: '#CB7554'

red 203 ◦ green 117 ◦ blue 84

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

Shades of Japonica #CB7554

Tints of Japonica #CB7554

RGB

 RED value IS 203 (79.69% from 255) = 50.25%

 GREEN value IS 117 (46.09% from 255) = 28.96%

 BLUE value IS 84 (33.2% from 255) = 20.79%

R = 50.25%
G = 28.96%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB7554 (or 0xCB7554) is known color: Japonica. HEX triplet: CB, 75 and 54. RGB value is (203,117,84). Sum of RGB (Red+Green+Blue) = 203+117+84=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7554 is #348AAB. Grayscale: #8B8B8B. Windows color (decimal): -3443372 or 5535179. OLE color: 5535179.

HSL color Cylindrical-coordinate representation of color #CB7554: hue angle of 16.64º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB7554 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 117 84 -
CMYK 0 0.42 0.59 0.20
HSL 16.64º 0.53% 0.56% -
HSV(B) 16.64º 0.59% 0.8% -
XYZ 32.59 26.06 11.7 -
YUV 138.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 203 117 84 0 0.42 0.59 0.20 16.64 0.53 0.56
Hex CB 75 54 0 2A 3B 14 11 35 38
Octal 313 165 124 0 52 73 24 21 65 70
Binary 11001011 1110101 1010100 0 101010 111011 10100 10001 110101 111000

Color Harmonies of #CB7554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7554

Black with #CB7554

Text Example


Text Example

White with #CB7554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7554; }

 p { color: rgb(203,117,84); }

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

background-color css

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

 a { background-color: rgb(203,117,84); }

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

border-color css

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

 span { border-color: rgb(203,117,84); }

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