Html Css Color HEX #CF7652 Japonica

📋 copy color: '#CF7652'

red 207 ◦ green 118 ◦ blue 82

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

Shades of Japonica #CF7652

Tints of Japonica #CF7652

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.99%

 BLUE value IS 82 (32.42% from 255) = 20.15%

R = 50.86%
G = 28.99%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF7652 (or 0xCF7652) is known color: Japonica. HEX triplet: CF, 76 and 52. RGB value is (207,118,82). Sum of RGB (Red+Green+Blue) = 207+118+82=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7652 is #3089AD. Grayscale: #8C8C8C. Windows color (decimal): -3180974 or 5404367. OLE color: 5404367.

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

Color convert

RGB 207 118 82 -
CMYK 0 0.43 0.60 0.19
HSL 17.28º 0.57% 0.57% -
HSV(B) 17.28º 0.6% 0.81% -
XYZ 33.73 26.83 11.38 -
YUV 140.51 94.99 175.43 -
System Red Green Blue C M Y K H S L
Decimal 207 118 82 0 0.43 0.60 0.19 17.28 0.57 0.57
Hex CF 76 52 0 2B 3C 13 11 39 39
Octal 317 166 122 0 53 74 23 21 71 71
Binary 11001111 1110110 1010010 0 101011 111100 10011 10001 111001 111001

Color Harmonies of #CF7652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7652

Black with #CF7652

Text Example


Text Example

White with #CF7652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7652; }

 p { color: rgb(207,118,82); }

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

background-color css

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

 a { background-color: rgb(207,118,82); }

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

border-color css

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

 span { border-color: rgb(207,118,82); }

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