Html Css Color HEX #CB755B Japonica

📋 copy color: '#CB755B'

red 203 ◦ green 117 ◦ blue 91

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

Shades of Japonica #CB755B

Tints of Japonica #CB755B

RGB

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

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

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

R = 49.39%
G = 28.47%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB755B (or 0xCB755B) is known color: Japonica. HEX triplet: CB, 75 and 5B. RGB value is (203,117,91). Sum of RGB (Red+Green+Blue) = 203+117+91=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB755B is #348AA4. Grayscale: #8B8B8B. Windows color (decimal): -3443365 or 5993931. OLE color: 5993931.

HSL color Cylindrical-coordinate representation of color #CB755B: hue angle of 13.93º degrees, saturation: 0.52, 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 #CB755B is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 117 91 -
CMYK 0 0.42 0.55 0.20
HSL 13.93º 0.52% 0.58% -
HSV(B) 13.93º 0.55% 0.8% -
XYZ 32.88 26.17 13.22 -
YUV 139.75 100.49 173.11 -
System Red Green Blue C M Y K H S L
Decimal 203 117 91 0 0.42 0.55 0.20 13.93 0.52 0.58
Hex CB 75 5B 0 2A 37 14 E 34 3A
Octal 313 165 133 0 52 67 24 16 64 72
Binary 11001011 1110101 1011011 0 101010 110111 10100 1110 110100 111010

Color Harmonies of #CB755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB755B

Black with #CB755B

Text Example


Text Example

White with #CB755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB755B; }

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

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

background-color css

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

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

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

border-color css

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

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

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