Html Css Color HEX #FFCA6C Grandis

📋 copy color: '#FFCA6C'

red 255 ◦ green 202 ◦ blue 108

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

Shades of Grandis #FFCA6C

Tints of Grandis #FFCA6C

RGB

 RED value IS 255 (100% from 255) = 45.13%

 GREEN value IS 202 (79.3% from 255) = 35.75%

 BLUE value IS 108 (42.58% from 255) = 19.12%

R = 45.13%
G = 35.75%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFCA6C (or 0xFFCA6C) is known color: Grandis. HEX triplet: FF, CA and 6C. RGB value is (255,202,108). Sum of RGB (Red+Green+Blue) = 255+202+108=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 108 (42.58% from 255 or 19.12% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA6C is #003593. Grayscale: #CFCFCF. Windows color (decimal): -13716 or 7129855. OLE color: 7129855.

HSL color Cylindrical-coordinate representation of color #FFCA6C: hue angle of 38.37º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFCA6C is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB 255 202 108 -
CMYK 0 0.21 0.58 0
HSL 38.37º 1% 0.71% -
HSV(B) 38.37º 0.58% 1% -
XYZ 65.07 64.58 23.22 -
YUV 207.13 72.06 162.14 -
System Red Green Blue C M Y K H S L
Decimal 255 202 108 0 0.21 0.58 0 38.37 1 0.71
Hex FF CA 6C 0 15 3A 0 26 64 47
Octal 377 312 154 0 25 72 0 46 144 107
Binary 11111111 11001010 1101100 0 10101 111010 0 100110 1100100 1000111

Color Harmonies of #FFCA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA6C

Black with #FFCA6C

Text Example


Text Example

White with #FFCA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA6C; }

 p { color: rgb(255,202,108); }

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

background-color css

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

 a { background-color: rgb(255,202,108); }

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

border-color css

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

 span { border-color: rgb(255,202,108); }

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