Html Css Color HEX #CB755F Japonica

📋 copy color: '#CB755F'

red 203 ◦ green 117 ◦ blue 95

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

Shades of Japonica #CB755F

Tints of Japonica #CB755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.89%

R = 48.92%
G = 28.19%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB755F (or 0xCB755F) is known color: Japonica. HEX triplet: CB, 75 and 5F. RGB value is (203,117,95). Sum of RGB (Red+Green+Blue) = 203+117+95=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB755F is #348AA0. Grayscale: #8C8C8C. Windows color (decimal): -3443361 or 6256075. OLE color: 6256075.

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

Color convert

RGB 203 117 95 -
CMYK 0 0.42 0.53 0.20
HSL 12.22º 0.51% 0.58% -
HSV(B) 12.22º 0.53% 0.8% -
XYZ 33.06 26.25 14.15 -
YUV 140.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 203 117 95 0 0.42 0.53 0.20 12.22 0.51 0.58
Hex CB 75 5F 0 2A 35 14 C 33 3A
Octal 313 165 137 0 52 65 24 14 63 72
Binary 11001011 1110101 1011111 0 101010 110101 10100 1100 110011 111010

Color Harmonies of #CB755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB755F

Black with #CB755F

Text Example


Text Example

White with #CB755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB755F; }

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

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

background-color css

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

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

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

border-color css

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

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

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