Html Css Color HEX #CF6B54 Japonica

📋 copy color: '#CF6B54'

red 207 ◦ green 107 ◦ blue 84

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

Shades of Japonica #CF6B54

Tints of Japonica #CF6B54

RGB

 RED value IS 207 (81.25% from 255) = 52.01%

 GREEN value IS 107 (42.19% from 255) = 26.88%

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

R = 52.01%
G = 26.88%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF6B54 (or 0xCF6B54) is known color: Japonica. HEX triplet: CF, 6B and 54. RGB value is (207,107,84). Sum of RGB (Red+Green+Blue) = 207+107+84=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6B54 is #3094AB. Grayscale: #868686. Windows color (decimal): -3183788 or 5532623. OLE color: 5532623.

HSL color Cylindrical-coordinate representation of color #CF6B54: hue angle of 11.22º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF6B54 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 107 84 -
CMYK 0 0.48 0.59 0.19
HSL 11.22º 0.56% 0.57% -
HSV(B) 11.22º 0.59% 0.81% -
XYZ 32.59 24.42 11.38 -
YUV 134.28 99.63 179.87 -
System Red Green Blue C M Y K H S L
Decimal 207 107 84 0 0.48 0.59 0.19 11.22 0.56 0.57
Hex CF 6B 54 0 30 3B 13 B 38 39
Octal 317 153 124 0 60 73 23 13 70 71
Binary 11001111 1101011 1010100 0 110000 111011 10011 1011 111000 111001

Color Harmonies of #CF6B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6B54

Black with #CF6B54

Text Example


Text Example

White with #CF6B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6B54; }

 p { color: rgb(207,107,84); }

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

background-color css

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

 a { background-color: rgb(207,107,84); }

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

border-color css

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

 span { border-color: rgb(207,107,84); }

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