Html Css Color HEX #CB755A Japonica

📋 copy color: '#CB755A'

red 203 ◦ green 117 ◦ blue 90

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

Shades of Japonica #CB755A

Tints of Japonica #CB755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.95%

R = 49.51%
G = 28.54%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB755A (or 0xCB755A) is known color: Japonica. HEX triplet: CB, 75 and 5A. RGB value is (203,117,90). Sum of RGB (Red+Green+Blue) = 203+117+90=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB755A is #348AA5. Grayscale: #8B8B8B. Windows color (decimal): -3443366 or 5928395. OLE color: 5928395.

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

Color convert

RGB 203 117 90 -
CMYK 0 0.42 0.56 0.20
HSL 14.34º 0.52% 0.57% -
HSV(B) 14.34º 0.56% 0.8% -
XYZ 32.84 26.16 12.99 -
YUV 139.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 203 117 90 0 0.42 0.56 0.20 14.34 0.52 0.57
Hex CB 75 5A 0 2A 38 14 E 34 39
Octal 313 165 132 0 52 70 24 16 64 71
Binary 11001011 1110101 1011010 0 101010 111000 10100 1110 110100 111001

Color Harmonies of #CB755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB755A

Black with #CB755A

Text Example


Text Example

White with #CB755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB755A; }

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

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

background-color css

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

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

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

border-color css

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

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

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