Html Css Color HEX #FFCB7A Chardonnay

📋 copy color: '#FFCB7A'

red 255 ◦ green 203 ◦ blue 122

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

Shades of Chardonnay #FFCB7A

Tints of Chardonnay #FFCB7A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35%

 BLUE value IS 122 (48.05% from 255) = 21.03%

R = 43.97%
G = 35%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FFCB7A (or 0xFFCB7A) is known color: Chardonnay. HEX triplet: FF, CB and 7A. RGB value is (255,203,122). Sum of RGB (Red+Green+Blue) = 255+203+122=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB7A is #003485. Grayscale: #D1D1D1. Windows color (decimal): -13446 or 8047615. OLE color: 8047615.

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

Color convert

RGB 255 203 122 -
CMYK 0 0.20 0.52 0
HSL 36.54º 1% 0.74% -
HSV(B) 36.54º 0.52% 1% -
XYZ 66.11 65.38 27.55 -
YUV 209.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 255 203 122 0 0.20 0.52 0 36.54 1 0.74
Hex FF CB 7A 0 14 34 0 25 64 4A
Octal 377 313 172 0 24 64 0 45 144 112
Binary 11111111 11001011 1111010 0 10100 110100 0 100101 1100100 1001010

Color Harmonies of #FFCB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB7A

Black with #FFCB7A

Text Example


Text Example

White with #FFCB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB7A; }

 p { color: rgb(255,203,122); }

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

background-color css

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

 a { background-color: rgb(255,203,122); }

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

border-color css

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

 span { border-color: rgb(255,203,122); }

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