Html Css Color HEX #CB725E Japonica

📋 copy color: '#CB725E'

red 203 ◦ green 114 ◦ blue 94

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

Shades of Japonica #CB725E

Tints of Japonica #CB725E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.74%

 BLUE value IS 94 (37.11% from 255) = 22.87%

R = 49.39%
G = 27.74%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB725E (or 0xCB725E) is known color: Japonica. HEX triplet: CB, 72 and 5E. RGB value is (203,114,94). Sum of RGB (Red+Green+Blue) = 203+114+94=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB725E is #348DA1. Grayscale: #8A8A8A. Windows color (decimal): -3444130 or 6189771. OLE color: 6189771.

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

Color convert

RGB 203 114 94 -
CMYK 0 0.44 0.54 0.20
HSL 11.01º 0.51% 0.58% -
HSV(B) 11.01º 0.54% 0.8% -
XYZ 32.67 25.54 13.8 -
YUV 138.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 203 114 94 0 0.44 0.54 0.20 11.01 0.51 0.58
Hex CB 72 5E 0 2C 36 14 B 33 3A
Octal 313 162 136 0 54 66 24 13 63 72
Binary 11001011 1110010 1011110 0 101100 110110 10100 1011 110011 111010

Color Harmonies of #CB725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB725E

Black with #CB725E

Text Example


Text Example

White with #CB725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB725E; }

 p { color: rgb(203,114,94); }

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

background-color css

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

 a { background-color: rgb(203,114,94); }

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

border-color css

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

 span { border-color: rgb(203,114,94); }

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