Html Css Color HEX #CF836B Burning Sand

📋 copy color: '#CF836B'

red 207 ◦ green 131 ◦ blue 107

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

Shades of Burning Sand #CF836B

Tints of Burning Sand #CF836B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.44%

 BLUE value IS 107 (42.19% from 255) = 24.04%

R = 46.52%
G = 29.44%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF836B (or 0xCF836B) is known color: Burning Sand. HEX triplet: CF, 83 and 6B. RGB value is (207,131,107). Sum of RGB (Red+Green+Blue) = 207+131+107=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF836B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF836B is #307C94. Grayscale: #979797. Windows color (decimal): -3177621 or 7046095. OLE color: 7046095.

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

Color convert

RGB 207 131 107 -
CMYK 0 0.37 0.48 0.19
HSL 14.4º 0.51% 0.62% -
HSV(B) 14.4º 0.48% 0.81% -
XYZ 36.5 30.56 17.88 -
YUV 150.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 207 131 107 0 0.37 0.48 0.19 14.4 0.51 0.62
Hex CF 83 6B 0 25 30 13 E 33 3E
Octal 317 203 153 0 45 60 23 16 63 76
Binary 11001111 10000011 1101011 0 100101 110000 10011 1110 110011 111110

Color Harmonies of #CF836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF836B

Black with #CF836B

Text Example


Text Example

White with #CF836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF836B; }

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

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

background-color css

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

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

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

border-color css

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

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

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